Skip to content

Commit dd0706c

Browse files
committed
Extend @herp-inc/tsconfig.json/ts4.4
1 parent ec52bb1 commit dd0706c

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
{
2+
"extends": "@herp-inc/tsconfig.json/ts4.4",
23
"compilerOptions": {
34
"declaration": true,
45
"esModuleInterop": true,
5-
"exactOptionalPropertyTypes": true,
6-
"forceConsistentCasingInFileNames": true,
76
"module": "ESNext",
87
"moduleResolution": "Node",
9-
"noFallthroughCasesInSwitch": true,
10-
"noImplicitOverride": true,
11-
"noImplicitReturns": true,
12-
"noPropertyAccessFromIndexSignature": true,
13-
"noUncheckedIndexedAccess": true,
14-
"noUnusedLocals": true,
15-
"noUnusedParameters": true,
168
"outDir": "./lib",
17-
"strict": true,
189
"target": "ESNext"
1910
}
2011
}

0 commit comments

Comments
 (0)