facilmap/types/tsconfig.json

13 wiersze
238 B
JSON
Czysty Zwykły widok Historia

2020-03-15 00:57:41 +00:00
{
"compilerOptions": {
"target": "es3",
"esModuleInterop": true,
"strict": true,
"sourceMap": true,
"declaration": true,
"outDir": "dist",
2021-03-25 19:34:48 +00:00
"moduleResolution": "node",
"noErrorTruncation": true,
"skipLibCheck": true
2020-03-15 00:57:41 +00:00
}
}