We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a68ac commit 036506dCopy full SHA for 036506d
1 file changed
package.json
@@ -15,7 +15,9 @@
15
"sql.js",
16
"sql.d.ts",
17
"pg.js",
18
- "pg.d.ts"
+ "pg.d.ts",
19
+ "lib/**/*.js",
20
+ "lib/**/*.d.ts"
21
],
22
"scripts": {
23
"build": "tsc",
0 commit comments