Skip to content

Commit

Permalink
Remove baseUrl form tsconfig's
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-cst committed Nov 24, 2023
1 parent 93c5665 commit 377b6b0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions integrations/standalone/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"jsx": "preserve",
"rootDir": ".",
"rootDirs": ["src", "tests"],
"outDir": "lib",
"baseUrl": "."
"outDir": "lib"
},
"include": ["src", "tests"],
"exclude": ["**/playwright.config.ts"],
Expand Down
1 change: 0 additions & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../config/tsconfig.package.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"outDir": "lib"
},
Expand Down
1 change: 0 additions & 1 deletion packages/editor/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../config/tsconfig.package.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"outDir": "lib",
"paths": {
Expand Down
1 change: 0 additions & 1 deletion packages/icons/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../config/tsconfig.package.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src-gen",
"outDir": "lib"
},
Expand Down
1 change: 0 additions & 1 deletion packages/protocol/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../config/tsconfig.package.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"outDir": "lib"
},
Expand Down

0 comments on commit 377b6b0

Please sign in to comment.