- initial commit
This commit is contained in:
27
tsconfig.json
Normal file
27
tsconfig.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./build",
|
||||
"module": "esnext",
|
||||
"target": "es5",
|
||||
"baseUrl": "src",
|
||||
"lib": ["es6", "dom", "es2016", "es2017", "es2019"],
|
||||
"sourceMap": true,
|
||||
"allowJs": false,
|
||||
"declaration": true,
|
||||
"jsx": "react",
|
||||
"moduleResolution": "node",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noImplicitReturns": true,
|
||||
"noImplicitThis": true,
|
||||
"skipLibCheck": true,
|
||||
"noImplicitAny": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strictNullChecks": true,
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["node_modules", "build", "node_modules/@types/history/index.d.ts:6:1"]
|
||||
}
|
||||
Reference in New Issue
Block a user