facilmap/leaflet/tsconfig.json

15 wiersze
301 B
JSON
Czysty Zwykły widok Historia

2021-01-23 11:38:26 +00:00
{
"compilerOptions": {
"target": "esnext",
"esModuleInterop": true,
"strict": true,
"sourceMap": true,
"declaration": true,
"outDir": "dist",
"moduleResolution": "node",
2021-03-25 19:34:48 +00:00
"noErrorTruncation": true,
"skipLibCheck": true,
2021-01-23 11:38:26 +00:00
"experimentalDecorators": true
2021-02-28 22:17:26 +00:00
},
"include": ["src/**/*"]
2021-01-23 11:38:26 +00:00
}