File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2828 "module" : " commonjs" , /* Specify what module code is generated. */
2929 // "rootDir": "./", /* Specify the root folder within your source files. */
3030 // "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
31- // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
32- // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
31+ "baseUrl" : " ./" , /* Specify the base directory to resolve non-relative module names. */
32+ "paths" : {
33+ "svgdom-wrapper" : [" lib/svgdom-wrapper.mjs" ],
34+ "nanoid-wrapper" : [" lib/nanoid-wrapper.mjs" ],
35+ }, /* Specify a set of entries that re-map imports to additional lookup locations. */
3336 // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
3437 // "typeRoots": ["./types/*"], /* Specify multiple folders that act like './node_modules/@types'. */
3538 // "types": [], /* Specify type package names to be included without being referenced in a source file. */
You can’t perform that action at this time.
0 commit comments