facilmap/client/tsconfig.json

15 wiersze
289 B
JSON

{
"compilerOptions": {
"target": "esnext",
"esModuleInterop": true,
"strict": true,
"sourceMap": true,
"declaration": true,
"outDir": "dist",
"moduleResolution": "node",
"noErrorTruncation": true,
"skipLibCheck": true,
"module": "esnext"
},
"include": ["src/**/*"]
}