hetznercloud/tsconfig.json

17 lines
357 B
JSON
Raw Permalink Normal View History

2024-01-29 12:55:55 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
2024-01-29 20:08:05 +00:00
"verbatimModuleSyntax": true,
"declaration": true,
"emitDecoratorMetadata": true,
2024-01-29 12:55:55 +00:00
},
"exclude": [
"dist_*/**/*.d.ts"
]
}