2025-04-22 14:38:57 +03:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
|
|
|
"declarationMap": true,
|
|
|
|
"emitDeclarationOnly": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"isolatedModules": true,
|
|
|
|
"lib": ["es2022"],
|
|
|
|
"module": "nodenext",
|
|
|
|
"moduleResolution": "nodenext",
|
|
|
|
"noEmitOnError": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"noImplicitOverride": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"strict": true,
|
|
|
|
"target": "es2022",
|
2025-04-29 10:53:08 +03:00
|
|
|
"customConditions": ["development"],
|
|
|
|
"verbatimModuleSyntax": true
|
2025-04-22 14:38:57 +03:00
|
|
|
}
|
|
|
|
}
|