ice/tsconfig.base.json

14 lines
325 B
JSON

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