facilmap/frontend/tsconfig.json

15 wiersze
304 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",
2021-03-25 19:34:48 +00:00
"noErrorTruncation": true,
"skipLibCheck": true,
2021-02-28 22:17:26 +00:00
"experimentalDecorators": true,
"resolveJsonModule": true
2020-12-24 04:57:46 +00:00
}
}