Files
image-list-backend/tsconfig.json
vigdorov 9d2d30e991
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing
migrate ci and postgress
2026-02-08 20:09:53 +03:00

22 lines
544 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"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
}
}