mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
make types public
Former-commit-id: b7bed0574b5d1005b9d1b976a60c0579d5113119 [formerly a4a679f23e]
Former-commit-id: 30f5ae7940ff13e2dd5320b557d10d383538cc5f
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"types": "dist/index.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"tsc": "npx tsc src/index.ts",
|
||||
"build": "npm run clean && tsc -p .",
|
||||
@@ -15,5 +18,6 @@
|
||||
"devDependencies": {
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-node": "^10.3.0"
|
||||
}
|
||||
},
|
||||
"gitHead": "7cab1c709124f10610b04995603086d29a7eb18b"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user