mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-10 08:22:52 +00:00
26 lines
615 B
JSON
26 lines
615 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"importHelpers": true,
|
|
"sourceMap": true,
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"@@/*": ["src/.umi/*"],
|
|
"components/*": ["src/components/*"],
|
|
"utils/*": ["src/utils/*"],
|
|
"assets/*": ["src/assets/*"]
|
|
},
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|