facilmap/server/tsconfig.json

17 wiersze
344 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,
"typeRoots": [
2021-01-23 11:38:26 +00:00
"./node_modules/@types",
"./node_modules/facilmap-frontend/src/shims.d.ts"
]
2020-04-14 23:40:00 +00:00
}
}