Skip to content

Commit 58e5a65

Browse files
committed
chore(tsconfig): fix missing lib version enforcement for browser compat
1 parent 6e1f3bd commit 58e5a65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"include": ["src/**/*"],
44
"compilerOptions": {
55
"target": "ES2017",
6+
"lib": ["ES2017"],
67
"verbatimModuleSyntax": false
78
}
89
}

0 commit comments

Comments
 (0)