smartfile/tsconfig.json

12 lines
252 B
JSON
Raw Normal View History

2020-10-05 16:20:57 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
2023-06-23 16:39:01 +00:00
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
2020-10-05 16:20:57 +00:00
"esModuleInterop": true,
2023-06-23 16:39:01 +00:00
"verbatimModuleSyntax": true,
2020-10-05 16:20:57 +00:00
}
2023-06-23 16:39:01 +00:00
}