tapbundle/tsconfig.json

16 lines
332 B
JSON
Raw Permalink Normal View History

2022-07-24 14:03:29 +02:00
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
2024-03-13 22:07:58 +01:00
"module": "NodeNext",
"moduleResolution": "NodeNext",
2023-06-22 13:32:43 +02:00
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
2024-03-13 22:07:58 +01:00
},
"exclude": [
"dist_*/**/*.d.ts"
]
}