Skip to content

Commit

Permalink
chore: willboosterify this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
WillBooster-bot committed Feb 3, 2025
1 parent 32b8b2c commit 376fe40
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/shared-lib-blitz-next/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"declaration": true,
"erasableSyntaxOnly": true,
"esModuleInterop": true,
"importHelpers": false,
"module": "NodeNext",
Expand Down
1 change: 1 addition & 0 deletions packages/shared-lib-node/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"declaration": true,
"erasableSyntaxOnly": true,
"esModuleInterop": true,
"importHelpers": false,
"module": "NodeNext",
Expand Down
1 change: 1 addition & 0 deletions packages/shared-lib-react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"declaration": true,
"erasableSyntaxOnly": true,
"esModuleInterop": true,
"importHelpers": false,
"jsx": "react-jsx",
Expand Down
1 change: 1 addition & 0 deletions packages/shared-lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"declaration": true,
"erasableSyntaxOnly": true,
"esModuleInterop": true,
"importHelpers": false,
"module": "NodeNext",
Expand Down
1 change: 1 addition & 0 deletions packages/wb/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"declaration": true,
"erasableSyntaxOnly": true,
"esModuleInterop": true,
"importHelpers": false,
"module": "NodeNext",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"declaration": true,
"erasableSyntaxOnly": true,
"esModuleInterop": true,
"importHelpers": false,
"jsx": "react-jsx",
Expand Down

0 comments on commit 376fe40

Please sign in to comment.