We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bc343e + 57c5286 commit b3253c3Copy full SHA for b3253c3
1 file changed
tsconfig.json
@@ -6,7 +6,7 @@
6
"lib": ["ES2022", "DOM"],
7
"skipLibCheck": true,
8
9
- "moduleResolution": "node",
+ "moduleResolution": "bundler",
10
"moduleDetection": "auto",
11
12
/* Linting */
@@ -18,6 +18,7 @@
18
"noUncheckedSideEffectImports": true,
19
20
"declaration": true,
21
+ "rootDir": "package",
22
"outDir": "dist/types"
23
},
24
"include": ["package"],
0 commit comments