Skip to content

Commit 0086af2

Browse files
authored
fix/requires-tslib (trpc#59)
1 parent a880346 commit 0086af2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"moduleResolution": "node",
1414
"esModuleInterop": true,
1515
"removeComments": false,
16-
"noUncheckedIndexedAccess": true,
17-
"importHelpers": true
16+
"noUncheckedIndexedAccess": true
1817
},
1918
"include": ["src", "test"]
2019
}

0 commit comments

Comments
 (0)