16 lines
348 B
JSON
16 lines
348 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"]
|
|
}
|