Files
elettrotek/module/tsconfig.lib.json
mauro-defilippo 63558973ff
Some checks failed
CI / main (push) Failing after 11s
third commit
2026-04-07 17:54:00 +02:00

18 lines
444 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../dist/out-tsc",
"declaration": true,
"types": ["node"],
"target": "es2021",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strictNullChecks": true,
"noImplicitAny": true,
"strictBindCallApply": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src/**/*.ts"]
}