Skip to content

Commit 98f53e4

Browse files
committed
fixup!
1 parent 85fa395 commit 98f53e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apps/site/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const nextConfig = {
9797
],
9898
},
9999
// TODO(@avivkeller): Why can't this be used without this config?
100-
serverExternalPackages: ['twoslash'],
100+
serverExternalPackages: ['twoslash', 'typescript'],
101101
outputFileTracingIncludes: {
102102
// Twoslash needs TypeScript declarations
103103
'*': ['**/node_modules/typescript/lib/**'],

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"sval": "^0.6.3",
7575
"tailwindcss": "catalog:",
7676
"twoslash": "^0.3.4",
77+
"typescript": "catalog:",
7778
"vfile": "~6.0.3",
7879
"vfile-matter": "~5.0.1"
7980
},
@@ -103,7 +104,6 @@
103104
"stylelint-order": "7.0.0",
104105
"stylelint-selector-bem-pattern": "4.0.1",
105106
"tsx": "^4.20.3",
106-
"typescript": "catalog:",
107107
"typescript-eslint": "~8.38.0",
108108
"user-agent-data-types": "0.4.2",
109109
"wrangler": "^4.26.1"

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)