We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1f3bd commit 58e5a65Copy full SHA for 58e5a65
tsconfig.json
@@ -3,6 +3,7 @@
3
"include": ["src/**/*"],
4
"compilerOptions": {
5
"target": "ES2017",
6
+ "lib": ["ES2017"],
7
"verbatimModuleSyntax": false
8
}
9
0 commit comments