forked from Gitlink/forgeplus-react
27 lines
506 B
JSON
Executable File
27 lines
506 B
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"jsx": "react",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"baseUrl": "./",
|
|
"strict": true,
|
|
"strictNullChecks": false,
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"@@/*": ["src/.umi/*"]
|
|
},
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"mock/**/*",
|
|
"src/**/*",
|
|
"config/**/*",
|
|
".umirc.ts",
|
|
"typings.d.ts"
|
|
]
|
|
}
|