Skip to content

Commit

Permalink
fix: also fixes the 'vite build' hang by not using the 'exports' field
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinner-pfizer committed Sep 12, 2024
1 parent 515bb73 commit a0845fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions packages/tsconfigs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"exports": {
"./config": "./configs/tsconfig.json"
},
"peerDependencies": {
"typescript": ">=5.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-demo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "tsconfigs/config",
"extends": "tsconfigs/configs/tsconfig.json",
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "tsconfigs/configs/tsconfig.json",
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
Expand Down

0 comments on commit a0845fd

Please sign in to comment.