dees-wcctools/tsconfig.json

12 lines
252 B
JSON
Raw Normal View History

2020-05-10 23:14:17 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
2022-04-14 14:56:04 +00:00
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
2023-08-07 16:20:17 +00:00
"moduleResolution": "nodenext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
2020-05-10 23:14:17 +00:00
}
}