facilmap/client/tsconfig.json

14 wiersze
264 B
JSON

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