facilmap/leaflet/tsconfig.json

15 wiersze
301 B
JSON

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