Skip to content

Commit e37ca45

Browse files
committed
remove useless tsconfigs
1 parent bd24a61 commit e37ca45

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tsconfig.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,13 @@
66
"declaration": true,
77
"declarationMap": true,
88
"strict": true,
9-
"pretty": false,
10-
"noFallthroughCasesInSwitch": true,
11-
"noImplicitAny": true,
129
"noImplicitOverride": true,
1310
"noImplicitReturns": true,
14-
"noImplicitThis": true,
1511
"noPropertyAccessFromIndexSignature": true,
1612
"noUncheckedIndexedAccess": true,
1713
"noUnusedLocals": true,
1814
"noUnusedParameters": true,
19-
"noEmitOnError": true,
2015
"exactOptionalPropertyTypes": true,
21-
"useUnknownInCatchVariables": true,
22-
"forceConsistentCasingInFileNames": true,
2316
"esModuleInterop": true
2417
}
2518
}

0 commit comments

Comments
 (0)