da.nfin.ch/tsconfig.base.json

17 lines
295 B
JSON
Raw Normal View History

2026-05-13 02:03:11 +02:00
{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"lib": [
"esnext"
],
"types": [],
"moduleResolution": "bundler",
"esModuleInterop": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"strict": true,
"outDir": "dist"
}
}