ice/tsconfig.base.json
luhc228 b8b1d5e41f
fix: source map url in prod files but the sourceMap files not published (#6511)
* fix: source map url in prod files

* chore: changeset
2023-09-06 10:09:59 +08:00

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
}
}