Skip to content

Commit 8c55580

Browse files
committed
Remove redundant "lib" in tsconfig.json
It's implied by "target": "es2018".
1 parent cac9df1 commit 8c55580

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"compilerOptions": {
33
"allowSyntheticDefaultImports": true,
4-
"lib": ["es2015"],
54
"module": "es2015",
65
"moduleResolution": "node",
76
"noEmit": true,

0 commit comments

Comments
 (0)