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 369b6a6 commit 0609849Copy full SHA for 0609849
build/tsconfig.json
@@ -4,6 +4,9 @@
4
"allowJs": true,
5
"module": "ESNext",
6
"target": "ESNext",
7
+ "lib": [
8
+ "ESNext"
9
+ ],
10
"moduleResolution": "node"
11
}
12
0 commit comments