mirror of https://github.com/alibaba/ice.git
15 lines
348 B
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
|
|
}
|
|
} |