Skip to content

Commit a0043c6

Browse files
committed
change baseUrl
1 parent d9c2261 commit a0043c6

File tree

2 files changed

+106
-1
lines changed

2 files changed

+106
-1
lines changed

package-lock.json

Lines changed: 105 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ui/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"allowJs": true,
44
"allowSyntheticDefaultImports": true,
5-
"baseUrl": "./src/",
5+
"baseUrl": "src/ui",
66
"esModuleInterop": true,
77
"forceConsistentCasingInFileNames": true,
88
"incremental": true,

0 commit comments

Comments
 (0)