File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1616 ],
1717 "main" : " dist/main/index.js" ,
1818 "module" : " dist/module/index.js" ,
19+ "types" : " dist/main/index.d.ts" ,
1920 "repository" : " supabase/supabase-js" ,
2021 "scripts" : {
2122 "clean" : " rimraf dist docs" ,
2425 "build:main" : " tsc -p tsconfig.json" ,
2526 "build:module" : " tsc -p tsconfig.module.json" ,
2627 "build:umd" : " webpack" ,
28+ "types-generate" : " dts-gen -m '@supabase/supabase-js' -s" ,
2729 "test" : " jest --runInBand" ,
2830 "test:db" : " cd infra/db && docker-compose down && docker-compose up -d && sleep 5" ,
2931 "test:clean" : " cd infra/db && docker-compose down" ,
Original file line number Diff line number Diff line change 11{
22 "include" : [" src" ],
3+ "exclude" : [" node_modules/**/*.ts" ],
34 "compilerOptions" : {
45 "declaration" : true ,
56 "declarationMap" : true ,
1617
1718 "forceConsistentCasingInFileNames" : true ,
1819 "stripInternal" : true ,
19- "allowSyntheticDefaultImports" :true
20+ "allowSyntheticDefaultImports" : true
2021 }
2122}
You can’t perform that action at this time.
0 commit comments