Skip to content

Commit

Permalink
Fix pg-protocol types by forcing tsc to bundle pg-protocol (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwillis authored Aug 9, 2024
1 parent f389e3c commit 9c414e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/pglite/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"@types/emscripten",
"node"
],
"paths": {
"pg-protocol/*": ["./node_modules/pg-protocol/*"],
"node:buffer": ["./src/polyfills/buffer"]
}
},
"include": ["src"]
}

0 comments on commit 9c414e8

Please sign in to comment.