sejm-calculator/tsconfig.json

14 wiersze
256 B
JSON

2019-08-29 17:07:09 +00:00
{
"compilerOptions": {
2020-10-18 19:06:38 +00:00
"allowSyntheticDefaultImports": true,
2021-05-28 21:47:04 +00:00
"esModuleInterop": true,
2020-10-18 19:06:38 +00:00
"moduleResolution": "node",
"outDir": "./dist/",
"removeComments": true,
2024-01-10 21:58:43 +00:00
"skipLibCheck": true,
2019-09-07 18:30:44 +00:00
"sourceMap": true,
2020-10-18 19:06:38 +00:00
"strict": true,
2021-05-28 21:47:04 +00:00
"target": "ES5"
2019-08-29 17:07:09 +00:00
}
}