Files
smartscaf/tsconfig.json

16 lines
360 B
JSON
Raw Normal View History

2022-06-25 03:19:16 +02:00
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
2022-06-25 03:19:16 +02:00
"useDefineForClassFields": false,
"target": "ES2022",
2024-04-01 21:40:52 +02:00
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
2024-04-01 21:40:52 +02:00
},
"exclude": ["dist_*/**/*.d.ts"]
2022-06-25 03:19:16 +02:00
}