| | |
| | | { |
| | | "compilerOptions": { |
| | | "target": "esnext", |
| | | "module": "esnext", |
| | | "moduleResolution": "node", |
| | | "importHelpers": true, |
| | | "jsx": "preserve", |
| | | "esModuleInterop": true, |
| | | "sourceMap": true, |
| | | "baseUrl": "./", |
| | | "skipLibCheck": true, |
| | | "experimentalDecorators": true, |
| | | "strict": true, |
| | | "resolveJsonModule": true, |
| | | "allowSyntheticDefaultImports": true, |
| | | "paths": { |
| | | "@/*": ["./src/*"], |
| | | "@@/*": ["./src/.umi/*"], |
| | | "@@test/*": ["./src/.umi-test/*"] |
| | | } |
| | | }, |
| | | "include": ["./**/*.d.ts", "./**/*.ts", "./**/*.tsx", "src/app.tsx", "src/utils/icon-util.js", "src/pages/User/Login/index1.jsx", "src/components/Footer/index.jsx", "src/components/HeaderDropdown/index.jsx", "src/pages/system/host/components/UpdateForm.jsx", "src/pages/system/host/index.jsx", "src/utils/tree-util.js", "src/components/RightContent/index.jsx", "src/components/RightContent/AvatarDropdown.jsx", "src/pages/account/setting/style.style.js", "src/pages/account/setting/components/index.style.js", "src/pages/account/setting/components/security.jsx", "src/pages/account/setting/components/base.jsx"] |
| | | } |
| | | {
|
| | | "compilerOptions": {
|
| | | "target": "esnext",
|
| | | "module": "esnext",
|
| | | "moduleResolution": "node",
|
| | | "importHelpers": true,
|
| | | "jsx": "preserve",
|
| | | "esModuleInterop": true,
|
| | | "sourceMap": true,
|
| | | "baseUrl": "./",
|
| | | "skipLibCheck": true,
|
| | | "experimentalDecorators": true,
|
| | | "strict": true,
|
| | | "resolveJsonModule": true,
|
| | | "allowSyntheticDefaultImports": true,
|
| | | "paths": {
|
| | | "@/*": ["./src/*"],
|
| | | "@@/*": ["./src/.umi/*"],
|
| | | "@@test/*": ["./src/.umi-test/*"]
|
| | | }
|
| | | },
|
| | | "include": ["./**/*.d.ts", "./**/*.ts", "./**/*.tsx", "src/app.tsx", "src/utils/icon-util.js", "src/pages/User/Login/index1.jsx", "src/components/Footer/index.jsx", "src/components/HeaderDropdown/index.jsx", "src/pages/system/host/components/UpdateForm.jsx", "src/pages/system/host/index.jsx", "src/utils/tree-util.js", "src/components/RightContent/index.jsx", "src/components/RightContent/AvatarDropdown.jsx", "src/pages/account/setting/style.style.js", "src/pages/account/setting/components/index.style.js", "src/pages/account/setting/components/security.jsx", "src/pages/account/setting/components/base.jsx"]
|
| | | }
|