ice/tsconfig.base.json

15 lines
348 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"module": "ES2020",
"jsx": "react",
"experimentalDecorators": true,
"declaration": true,
"sourceMap": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"allowJs": true
}
}