Skip to content

Commit

Permalink
Add the rootDir option to all tsconfig files
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Sep 7, 2022
1 parent 4826b1d commit cd9d95b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"composite": true,
"declaration": true,
"rootDir": "./src",
"outDir": "./dist"
},
"extends": "../../tsconfig.common.json",
Expand Down
1 change: 1 addition & 0 deletions packages/scripts-common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"composite": true,
"declaration": true,
"rootDir": "./src",
"outDir": "./dist"
},
"extends": "../../tsconfig.common.json",
Expand Down
1 change: 1 addition & 0 deletions packages/tests-common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"composite": true,
"declaration": true,
"rootDir": "./src",
"outDir": "./dist"
},
"extends": "../../tsconfig.common.json",
Expand Down
1 change: 1 addition & 0 deletions packages/transforms-babel/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"composite": true,
"declaration": true,
"rootDir": "./src",
"outDir": "./dist"
},
"extends": "../../tsconfig.common.json",
Expand Down
1 change: 1 addition & 0 deletions packages/transforms-common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"composite": true,
"declaration": true,
"rootDir": "./src",
"outDir": "./dist"
},
"extends": "../../tsconfig.common.json",
Expand Down
1 change: 1 addition & 0 deletions packages/transforms-ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"composite": true,
"declaration": true,
"rootDir": "./src",
"outDir": "./dist"
},
"extends": "../../tsconfig.common.json",
Expand Down

0 comments on commit cd9d95b

Please sign in to comment.