We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290d527 commit e007dd2Copy full SHA for e007dd2
tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"compilerOptions": {
3
"target": "es6",
4
- "lib": [ "es2015" ],
+ "lib": [ "es2015", "dom" ],
5
"module": "commonjs",
6
"noEmit": true,
7
"strict": true,
0 commit comments