Skip to content

Commit

Permalink
idk what i am doing come on GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jul 16, 2024
1 parent cca2781 commit f619af3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
], // Specify a list of library files to be included in the compilation
"types": [
"@extism/js-pdk",
"./src/index.d.ts"
"./src/index.d.ts",
"@dylibso/xtp-bindgen"
], // Specify a list of type definition files to be included in the compilation
"strict": true, // Enable all strict type-checking options
"esModuleInterop": true, // Enables compatibility with Babel-style module imports
Expand Down

0 comments on commit f619af3

Please sign in to comment.