ice/tsconfig.base.json

14 lines
325 B
JSON
Raw Permalink Normal View History

2022-01-27 14:32:38 +08:00
{
"compilerOptions": {
"target": "ES2019",
"module": "ES2020",
2022-01-27 14:32:38 +08:00
"jsx": "react",
"experimentalDecorators": true,
"declaration": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
2022-01-27 14:32:38 +08:00
"allowJs": true
}
}