2023-03-13 08:24:20 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"incremental": true,
|
|
|
|
|
"target": "es2020",
|
|
|
|
|
"lib": ["es2020"],
|
2023-06-02 14:05:20 +00:00
|
|
|
"module": "ES2020",
|
2023-03-13 08:24:20 +00:00
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"inlineSourceMap": true,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
"noUnusedLocals": false,
|
|
|
|
|
"noUnusedParameters": false,
|
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
|
"traceResolution": false,
|
|
|
|
|
"listEmittedFiles": false,
|
|
|
|
|
"listFiles": false,
|
|
|
|
|
"pretty": true,
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"emitDecoratorMetadata": true,
|
2024-05-14 09:40:58 +02:00
|
|
|
"types": ["node"]
|
2023-03-13 08:24:20 +00:00
|
|
|
}
|
|
|
|
|
}
|