Skip to content

Commit

Permalink
dx: remove baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Oct 4, 2024
1 parent c4bb28a commit 066390d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/infra/tsconfig.src.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
],
"tsBuildInfoFile": "./dist/.tsbuildinfo",
"esModuleInterop": true,
"baseUrl": "./",
"rootDir": "./src",
// keep in here, cause madge can't detect it from extended tsconfig
"moduleResolution": "Node16",
Expand Down
1 change: 0 additions & 1 deletion packages/infra/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.src.json",
"compilerOptions": {
"rootDir": "./test",
"baseUrl": "./test",
"outDir": "./test/dist",
"tsBuildInfoFile": "./test/dist/.tsbuildinfo",
// "types": [
Expand Down
1 change: 0 additions & 1 deletion packages/prelude/tsconfig.src.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
],
"tsBuildInfoFile": "./dist/.tsbuildinfo",
"esModuleInterop": true,
"baseUrl": "./",
"rootDir": "./src",
// keep in here, cause madge can't detect it from extended tsconfig
"moduleResolution": "Node16",
Expand Down
1 change: 0 additions & 1 deletion packages/prelude/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.src.json",
"compilerOptions": {
"rootDir": "./test",
"baseUrl": "./test",
"outDir": "./test/dist",
"tsBuildInfoFile": "./test/dist/.tsbuildinfo",
// "types": [
Expand Down
1 change: 0 additions & 1 deletion packages/vue/tsconfig.src.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
],
"tsBuildInfoFile": "./dist/.tsbuildinfo",
"esModuleInterop": true,
"baseUrl": "./",
"rootDir": "./src",
// keep in here, cause madge can't detect it from extended tsconfig
"moduleResolution": "Node16",
Expand Down
1 change: 0 additions & 1 deletion packages/vue/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.src.json",
"compilerOptions": {
"rootDir": "./test",
"baseUrl": "./test",
"outDir": "./test/dist",
"tsBuildInfoFile": "./test/dist/.tsbuildinfo",
// "types": [
Expand Down

0 comments on commit 066390d

Please sign in to comment.