mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-07 20:38:11 +00:00
21 lines
445 B
JSON
21 lines
445 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "es6",
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"importHelpers": true,
|
|
"sourceMap": true,
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"@@/*": ["src/.umi/*"],
|
|
"components/*": ["src/components/*"],
|
|
"utils/*": ["src/utils/*"],
|
|
"assets/*": ["src/assets/*"]
|
|
},
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|