Skip to content

Commit

Permalink
[fei4960.4.examples] Undo 'fix' as it breaks types builds
Browse files Browse the repository at this point in the history
  • Loading branch information
somewhatabstract committed Mar 31, 2023
1 parent 95b2e4b commit 32da85a
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 12 deletions.
1 change: 0 additions & 1 deletion packages/wonder-stuff-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
"rootDir": "src",
},
"references": [
{"path": "../tsconfig-shared.json"}
]
}
1 change: 0 additions & 1 deletion packages/wonder-stuff-i18n/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
"rootDir": "src",
},
"references": [
{"path": "../tsconfig-shared.json"}
]
}
3 changes: 1 addition & 2 deletions packages/wonder-stuff-render-environment-jsdom/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"references": [
{"path": "../wonder-stuff-core"},
{"path": "../wonder-stuff-server"},
{"path": "../wonder-stuff-render-server"},
{"path": "../tsconfig-shared.json"}
{"path": "../wonder-stuff-render-server"}
]
}
3 changes: 1 addition & 2 deletions packages/wonder-stuff-render-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"references": [
{"path": "../wonder-stuff-core"},
{"path": "../wonder-stuff-server"},
{"path": "../tsconfig-shared.json"}
{"path": "../wonder-stuff-server"}
]
}
3 changes: 1 addition & 2 deletions packages/wonder-stuff-sentry/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"rootDir": "src",
},
"references": [
{"path": "../wonder-stuff-core"},
{"path": "../tsconfig-shared.json"}
{"path": "../wonder-stuff-core"}
]
}
3 changes: 1 addition & 2 deletions packages/wonder-stuff-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"rootDir": "src",
},
"references": [
{"path": "../wonder-stuff-core"},
{"path": "../tsconfig-shared.json"}
{"path": "../wonder-stuff-core"}
]
}
3 changes: 1 addition & 2 deletions packages/wonder-stuff-testing/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"rootDir": "src",
},
"references": [
{"path": "../wonder-stuff-core"},
{"path": "../tsconfig-shared.json"}
{"path": "../wonder-stuff-core"}
]
}

0 comments on commit 32da85a

Please sign in to comment.