facilmap/utils/tsconfig.json

15 wiersze
294 B
JSON
Czysty Zwykły widok Historia

2021-02-28 22:17:26 +00:00
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
2021-02-28 22:17:26 +00:00
"esModuleInterop": true,
"strict": true,
"sourceMap": true,
"declaration": true,
"outDir": "dist",
"moduleResolution": "node",
2021-03-25 19:34:48 +00:00
"skipLibCheck": true,
"experimentalDecorators": true
2021-02-28 22:17:26 +00:00
},
"include": ["src/**/*"]
}