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 5e58a60 commit c3c91bbCopy full SHA for c3c91bb
tsconfig.dts.json
@@ -28,7 +28,7 @@
28
/* Modules */
29
"module": "ES2022", /* Specify what module code is generated. */
30
"rootDir": "./src", /* Specify the root folder within your source files. */
31
- "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
+ "moduleResolution": "bundler", /* Specify how TypeScript looks up a file from a given module specifier. */
32
// "baseUrl": "./src", /* Specify the base directory to resolve non-relative module names. */
33
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
34
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
0 commit comments