first commit
This commit is contained in:
15
tsconfig.json
Normal file
15
tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user