Skip to content

Commit 32b4780

Browse files
committed
Disable declaration to fix compile error
microsoft/TypeScript#42873
1 parent 1cf08e0 commit 32b4780

File tree

3 files changed

+3
-128
lines changed

3 files changed

+3
-128
lines changed

apps/worker/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"@peated/server": "workspace:*",
1818
"@peated/tsconfig": "workspace:*",
1919
"@sentry/node-experimental": "^7.106.1",
20-
"@swc/core": "^1.4.6",
2120
"@trpc/client": "^10.45.2",
2221
"@trpc/server": "^10.45.2",
2322
"@types/cheerio": "^0.22.35",

packages/tsconfig/tsconfig.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
"target": "ES2022",
55
"moduleResolution": "Bundler",
66

7+
"declaration": false,
8+
"declarationMap": false,
9+
710
"forceConsistentCasingInFileNames": true,
8-
"declaration": true,
911
"allowJs": false,
1012
"esModuleInterop": true,
1113
"allowSyntheticDefaultImports": true,

pnpm-lock.yaml

-126
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)