fedicrawl/application/tsconfig.json

14 wiersze
283 B
JSON
Czysty Zwykły widok Historia

2021-12-23 14:14:06 +00:00
{
"compilerOptions": {
"target": "ES6",
"esModuleInterop": true,
"module": "CommonJS",
"moduleResolution": "node",
"outDir": "./dist/",
"sourceMap": true,
"alwaysStrict": true,
"allowSyntheticDefaultImports": true
},
"files": ["./src/app.ts"]
}