facilmap/frontend/tsconfig.json

12 wiersze
222 B
JSON
Czysty Zwykły widok Historia

2020-12-24 04:57:46 +00:00
{
"compilerOptions": {
2021-01-23 11:38:26 +00:00
"target": "esnext",
2020-12-24 04:57:46 +00:00
"esModuleInterop": true,
"strict": true,
"sourceMap": true,
"declaration": true,
"outDir": "dist",
2021-01-23 11:38:26 +00:00
"moduleResolution": "node",
"experimentalDecorators": true
2020-12-24 04:57:46 +00:00
}
}