update
This commit is contained in:
@ -6,7 +6,6 @@
|
|||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
"rootDir": "./",
|
"rootDir": "./",
|
||||||
"moduleResolution": "node",
|
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
@ -16,7 +15,10 @@
|
|||||||
"typeRoots": ["./src/types", "./node_modules/@types"],
|
"typeRoots": ["./src/types", "./node_modules/@types"],
|
||||||
// "baseUrl": "src/",
|
// "baseUrl": "src/",
|
||||||
"noImplicitReturns": true,
|
"noImplicitReturns": true,
|
||||||
"noFallthroughCasesInSwitch": true
|
"noFallthroughCasesInSwitch": true,
|
||||||
|
"strict": false,
|
||||||
|
"noImplicitAny": false,
|
||||||
|
"strictNullChecks": false
|
||||||
},
|
},
|
||||||
"include": ["src/swagger-output.json", "src/langs/json/*.json", "./src/**/*.tsx", "./src/**/*.ts"],
|
"include": ["src/swagger-output.json", "src/langs/json/*.json", "./src/**/*.tsx", "./src/**/*.ts"],
|
||||||
"exclude": ["node_modules", "test/**/*.ts"]
|
"exclude": ["node_modules", "test/**/*.ts"]
|
||||||
|
|||||||
Reference in New Issue
Block a user