Files
ide/tsconfig.json
2026-05-10 14:08:25 +00:00

18 lines
408 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"strict": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": false,
"types": ["node"],
"baseUrl": ".",
"paths": {}
},
"exclude": ["dist_*/**/*.d.ts", "node_modules"]
}