There was an error while loading. Please reload this page.
@herp-inc/tsconfig.json/ts4.4
1 parent ec52bb1 commit dd0706cCopy full SHA for dd0706c
1 file changed
tsconfig.json
@@ -1,20 +1,11 @@
1
{
2
+ "extends": "@herp-inc/tsconfig.json/ts4.4",
3
"compilerOptions": {
4
"declaration": true,
5
"esModuleInterop": true,
- "exactOptionalPropertyTypes": true,
6
- "forceConsistentCasingInFileNames": true,
7
"module": "ESNext",
8
"moduleResolution": "Node",
9
- "noFallthroughCasesInSwitch": true,
10
- "noImplicitOverride": true,
11
- "noImplicitReturns": true,
12
- "noPropertyAccessFromIndexSignature": true,
13
- "noUncheckedIndexedAccess": true,
14
- "noUnusedLocals": true,
15
- "noUnusedParameters": true,
16
"outDir": "./lib",
17
- "strict": true,
18
"target": "ESNext"
19
}
20
0 commit comments