File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 "module" : " preserve" /* Specify what module code is generated. */ ,
2828 // "rootDir": "./", /* Specify the root folder within your source files. */
2929 "moduleResolution" : " bundler" /* Specify how TypeScript looks up a file from a given module specifier. */ ,
30- "baseUrl" : " src" /* Specify the base directory to resolve non-relative module names. */ ,
3130 "paths" : {
32- "engagements/*" : [" components/engagement/*" ],
33- "@testing-library/react" : [" @testing-library/dom" ]
31+ "engagements/*" : [" ./src/ components/engagement/*" ],
32+ "@testing-library/react" : [" ./src/ @testing-library/dom" ]
3433 } /* Specify a set of entries that re-map imports to additional lookup locations. */ ,
3534 // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
3635 "typeRoots" : [
You can’t perform that action at this time.
0 commit comments