Skip to content

Commit

Permalink
build: reduce build memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Apr 14, 2024
1 parent 9c56c4b commit 3b7f148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": [],
"typeRoots": [],
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"],
Expand Down

0 comments on commit 3b7f148

Please sign in to comment.