dees-editor/tsconfig.json

9 lines
148 B
JSON
Raw Normal View History

2022-03-10 16:25:29 +00:00
{
"compilerOptions": {
2022-03-18 15:56:50 +00:00
"experimentalDecorators": true,
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node12"
2022-03-10 16:25:29 +00:00
}
}