File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'. */
You can’t perform that action at this time.
0 commit comments