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 63ed974 commit f9be470
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 33 deletions.
3 changes: 1 addition & 2 deletions integration/eclipse/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"extends": "../../configs/tsconfig.integration.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"baseUrl": "."
"outDir": "lib"
},
"include": ["src"],
"references": [
Expand Down
1 change: 0 additions & 1 deletion integration/standalone/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"rootDir": ".",
"rootDirs": ["src", "webtests"],
"outDir": "lib",
"baseUrl": ".",
"noImplicitAny": false
},
"include": ["src", "webtests"],
Expand Down
1 change: 0 additions & 1 deletion integration/viewer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"baseUrl": ".",
"noImplicitAny": false
},
"include": ["src"],
Expand Down
1 change: 0 additions & 1 deletion packages/editor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"baseUrl": ".",
"types": ["node", "reflect-metadata"]
},
"include": ["src"],
Expand Down
3 changes: 1 addition & 2 deletions packages/inscription/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"extends": "../../configs/tsconfig.package.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"baseUrl": "."
"outDir": "lib"
},
"include": ["src"],
"references": [{ "path": "../protocol/tsconfig.json" }, { "path": "../editor/tsconfig.json" }]
Expand Down
3 changes: 1 addition & 2 deletions packages/protocol/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"extends": "../../configs/tsconfig.package.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"baseUrl": "."
"outDir": "lib"
},
"include": ["src"]
}
24 changes: 0 additions & 24 deletions tsconfig.json

This file was deleted.

0 comments on commit f9be470

Please sign in to comment.