fedicrawl/application/tsconfig.json

15 wiersze
314 B
JSON

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