2025-11-08 23:28:11 +00:00
|
|
|
{
|
2025-11-10 15:07:53 +00:00
|
|
|
"compileOnSave": false,
|
2025-11-08 23:28:11 +00:00
|
|
|
"compilerOptions": {
|
2025-11-10 15:07:53 +00:00
|
|
|
"rootDir": ".",
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"declaration": false,
|
|
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
|
"experimentalDecorators": true,
|
2025-11-08 23:28:11 +00:00
|
|
|
"importHelpers": true,
|
2025-11-10 15:07:53 +00:00
|
|
|
"target": "es2015",
|
2025-11-08 23:28:11 +00:00
|
|
|
"module": "esnext",
|
2025-11-10 15:07:53 +00:00
|
|
|
"lib": ["es2020", "dom"],
|
2025-11-08 23:28:11 +00:00
|
|
|
"skipLibCheck": true,
|
2025-11-10 15:07:53 +00:00
|
|
|
"skipDefaultLibCheck": true,
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {}
|
|
|
|
|
},
|
|
|
|
|
"exclude": ["node_modules", "tmp"]
|
2025-11-08 23:28:11 +00:00
|
|
|
}
|