Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18484a2

Browse files
mohsen1bradzacher
authored andcommitted
chore(*): add lib to tsconfig.base.json (typescript-eslint#347)
Fixes typescript-eslint#343
1 parent f6e5118 commit 18484a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"pretty": true,
1515
"sourceMap": true,
1616
"strict": true,
17-
"target": "es2017"
17+
"target": "es2017",
18+
"lib": ["es2017"]
1819
}
1920
}

0 commit comments

Comments
 (0)