Skip to content

Commit 26229f4

Browse files
committed
Remove tslib related options from tsconfig.base.json
1 parent 4ec10c8 commit 26229f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tsconfig.base.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
"compilerOptions": {
33
"allowSyntheticDefaultImports": true,
44
"declaration": true,
5-
"downlevelIteration": false,
65
"esModuleInterop": true,
76
"forceConsistentCasingInFileNames": true,
8-
"importHelpers": true,
97
"isolatedModules": true,
108
"jsx": "react",
119
"lib": ["DOM", "ESNext"],

0 commit comments

Comments
 (0)