2025-04-23 21:06:48 +02:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"target": "es2022",
|
|
|
|
|
"allowJs": true,
|
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
"moduleDetection": "force",
|
|
|
|
|
"isolatedModules": true,
|
|
|
|
|
"verbatimModuleSyntax": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"noUncheckedIndexedAccess": true,
|
|
|
|
|
"noImplicitOverride": true,
|
|
|
|
|
"module": "NodeNext",
|
|
|
|
|
"outDir": "dist",
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"lib": [
|
|
|
|
|
"es2022"
|
|
|
|
|
]
|
2025-04-25 07:08:58 +02:00
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"**/*.ts",
|
|
|
|
|
],
|
2025-04-23 21:06:48 +02:00
|
|
|
}
|