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 35329ae commit 825e9b2Copy full SHA for 825e9b2
tsconfig.json
@@ -8,7 +8,7 @@
8
"noFallthroughCasesInSwitch": true,
9
"target": "ES2016",
10
"module": "ESNext",
11
- "moduleResolution": "bundler",
+ "moduleResolution": "node",
12
"declaration": true,
13
"declarationMap": true,
14
"outDir": "dist/esm",
0 commit comments