Files
elettrotek/shared/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

10 lines
173 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../dist/out-tsc",
"declaration": true,
"types": ["node"]
},
"include": ["src/**/*.ts"]
}