16 lines
385 B
JSON
16 lines
385 B
JSON
{
|
|
"extends": "./src/.umi/tsconfig.json",
|
|
// "compilerOptions": {
|
|
// "target": "es2017",
|
|
// "lib": ["dom", "es2017"],
|
|
// "module": "esnext",
|
|
// "moduleResolution": "node",
|
|
// "jsx": "react-jsx",
|
|
// "esModuleInterop": true,
|
|
// "skipLibCheck": true,
|
|
// "strict": true,
|
|
// "forceConsistentCasingInFileNames": true,
|
|
// },
|
|
// "include": ["src"]
|
|
}
|