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 4a18f3d commit 26f88b9Copy full SHA for 26f88b9
tsconfig.json
@@ -2,6 +2,7 @@
2
"compilerOptions": {
3
"module": "esnext",
4
"target": "es5",
5
+ "lib": ["es2018", "dom"],
6
"strict": true,
7
"declaration": true,
8
"outDir": "dist",
0 commit comments