facilmap/server/tsconfig.json

13 wiersze
241 B
JSON
Czysty Zwykły widok Historia

2020-04-14 23:40:00 +00:00
{
"compilerOptions": {
"target": "esnext",
"esModuleInterop": true,
"strict": true,
"sourceMap": true,
"declaration": true,
"outDir": "dist",
2020-12-24 04:57:46 +00:00
"moduleResolution": "node",
2020-12-24 17:51:21 +00:00
"noErrorTruncation": true,
"skipLibCheck": true
2020-04-14 23:40:00 +00:00
}
}