Skip to content

Commit 5b69ca9

Browse files
committed
Patch tsconfig.json; remove deprecated baseUrl
1 parent 59e2b0d commit 5b69ca9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

web/tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@
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": [

0 commit comments

Comments
 (0)