Skip to content

Commit

Permalink
Disable declaration to fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Mar 14, 2024
1 parent 1cf08e0 commit 32b4780
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 128 deletions.
1 change: 0 additions & 1 deletion apps/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@peated/server": "workspace:*",
"@peated/tsconfig": "workspace:*",
"@sentry/node-experimental": "^7.106.1",
"@swc/core": "^1.4.6",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@types/cheerio": "^0.22.35",
Expand Down
4 changes: 3 additions & 1 deletion packages/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"target": "ES2022",
"moduleResolution": "Bundler",

"declaration": false,
"declarationMap": false,

"forceConsistentCasingInFileNames": true,
"declaration": true,
"allowJs": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
Expand Down
126 changes: 0 additions & 126 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32b4780

Please sign in to comment.