sejm-calculator/tsconfig.json

14 wiersze
256 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"moduleResolution": "node",
"outDir": "./dist/",
"removeComments": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "ES5"
}
}