Files
iddaai-be/tsconfig.json
T
fahricansecer e0fbde2fde
Deploy Iddaai Backend / build-and-deploy (push) Successful in 1m0s
gg
2026-06-10 14:05:20 +03:00

27 lines
747 B
JSON
Executable File

{
"compilerOptions": {
"module": "nodenext",
"moduleResolution": "nodenext",
"resolvePackageJsonExports": true,
"esModuleInterop": true,
"isolatedModules": true,
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2023",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": false,
"strictBindCallApply": false,
"noFallthroughCasesInSwitch": false
},
"exclude": ["node_modules", "dist", "dist-new", "test", "workers"]
}