We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d591c1 commit 6d16410Copy full SHA for 6d16410
package.json
@@ -16,6 +16,7 @@
16
],
17
"main": "dist/main/index.js",
18
"module": "dist/module/index.js",
19
+ "types": "dist/main/index.d.ts",
20
"repository": "supabase/supabase-js",
21
"scripts": {
22
"clean": "rimraf dist docs",
@@ -24,6 +25,7 @@
24
25
"build:main": "tsc -p tsconfig.json",
26
"build:module": "tsc -p tsconfig.module.json",
27
"build:umd": "webpack",
28
+ "types-generate": "dts-gen -m '@supabase/supabase-js' -s",
29
"test": "jest --runInBand",
30
"test:db": "cd infra/db && docker-compose down && docker-compose up -d && sleep 5",
31
"test:clean": "cd infra/db && docker-compose down",
0 commit comments