Skip to content

Commit

Permalink
fix: exclude test file from build
Browse files Browse the repository at this point in the history
  • Loading branch information
xiBread committed Mar 6, 2024
1 parent 7d830e2 commit 2f69978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"declarationDir": "dist",
},
"include": [
"lib/*",
"lib/*.ts",
"node-pre-gyp.d.ts"
],
}

0 comments on commit 2f69978

Please sign in to comment.