Skip to content

Commit

Permalink
[-] fix .tsconfig.json baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Aug 26, 2024
1 parent 47b43c8 commit 630647e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/webui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"baseUrl": "internal",
"baseUrl": "src",
"rootDir": "internal",
"outDir": "build/dist",
"target": "es2019",
Expand Down

0 comments on commit 630647e

Please sign in to comment.