Files
smartfile/tsconfig.json

15 lines
325 B
JSON
Raw Normal View History

2020-10-05 16:20:57 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
2023-06-23 18:39:01 +02:00
"useDefineForClassFields": false,
"target": "ES2022",
2024-04-01 21:35:01 +02:00
"module": "NodeNext",
"moduleResolution": "NodeNext",
2020-10-05 16:20:57 +00:00
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
2024-04-01 21:35:01 +02:00
},
"exclude": ["dist_*/**/*.d.ts"]
2023-06-23 18:39:01 +02:00
}