da.nfin.ch/tsconfig.base.json
2026-05-19 22:37:00 +02:00

16 lines
295 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"lib": [
"esnext"
],
"types": [],
"moduleResolution": "bundler",
"esModuleInterop": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"strict": true,
"outDir": "dist"
}
}