Skip to content

Commit

Permalink
Renaing tsconfig since it’s no longer used for building
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Sep 30, 2024
1 parent 239308a commit 29e050c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/contentful/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.build.json",
"extends": "../../tsconfig.shared.json",
"compilerOptions": {
"outDir": "./dist/"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/next/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.build.json",
"extends": "../../tsconfig.shared.json",
"compilerOptions": {
"outDir": "./dist/"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.build.json",
"extends": "../../tsconfig.shared.json",
"compilerOptions": {
"outDir": "./dist/"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity-next/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.build.json",
"extends": "../../tsconfig.shared.json",
"compilerOptions": {
"outDir": "./dist/"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.build.json",
"extends": "./tsconfig.shared.json",
"compilerOptions": {
"baseUrl": "./"
},
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.build.json → tsconfig.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"compilerOptions": {
"target": "es2022",
"module": "es2022",
"declaration": true,
"outDir": "./dist",
"strict": true,
"jsx": "react-jsx",

Expand Down

0 comments on commit 29e050c

Please sign in to comment.