Skip to content

Commit bc755b3

Browse files
committed
fix(tsconfig): move baseUrl inside paths
1 parent f648a7c commit bc755b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"module": "esnext", /* Specify what module code is generated. */
3030
"rootDir": ".", /* Specify the root folder within your source files. */
3131
"moduleResolution": "bundler", /* Specify how TypeScript looks up a file from a given module specifier. */
32-
"baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
32+
// "baseUrl": "./", /* 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. */
34-
"@catbee/utils/*": ["src/*/index.ts"],
34+
"@catbee/utils/*": ["./src/*/index.ts"],
3535
},
3636
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
3737
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */

0 commit comments

Comments
 (0)