sejm-calculator/tsconfig.json

13 wiersze
224 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"module": "es6",
"moduleResolution": "node",
"outDir": "./dist/",
"removeComments": true,
"sourceMap": true,
"strict": true,
"target": "es5"
}
}