Skip to content

Commit

Permalink
build: downgrade to [email protected] due to out of memory issues
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Apr 14, 2024
1 parent 3b7f148 commit 35670d2
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 48 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"husky": "^9.0.11",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"tsup": "^8.0.2",
"tsup": "^6.6.0",
"turbo": "^1.13.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 0 additions & 2 deletions packages/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": [],
"typeRoots": [],
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"],
Expand Down
Loading

0 comments on commit 35670d2

Please sign in to comment.