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 fb1be58 commit b099b83Copy full SHA for b099b83
tsconfig.json
@@ -4,8 +4,8 @@
4
"outDir": "dist",
5
"sourceMap": false,
6
"target": "ES2019",
7
- "module": "esnext",
8
- "moduleResolution": "node",
+ "module": "ESNext",
+ "moduleResolution": "Node",
9
"allowJs": false,
10
"strict": true,
11
"noUnusedLocals": true,
@@ -14,7 +14,7 @@
14
"esModuleInterop": true,
15
"removeComments": false,
16
"jsx": "preserve",
17
- "lib": ["esnext", "dom"],
+ "lib": ["ESNext", "DOM"],
18
"types": ["jest", "puppeteer", "node"],
19
"rootDir": ".",
20
"paths": {
0 commit comments