Skip to content

Commit c3c91bb

Browse files
committed
🎉 feat: refactor
1 parent 5e58a60 commit c3c91bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.dts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/* Modules */
2929
"module": "ES2022", /* Specify what module code is generated. */
3030
"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. */
31+
"moduleResolution": "bundler", /* Specify how TypeScript looks up a file from a given module specifier. */
3232
// "baseUrl": "./src", /* Specify the base directory to resolve non-relative module names. */
3333
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
3434
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */

0 commit comments

Comments
 (0)