Skip to content

Commit

Permalink
fix: types location (storacha#491)
Browse files Browse the repository at this point in the history
`test` was added to the `tsconfig.json` at some point and the types
output started to include the `test` directory instead of just the
contents of `src`.
  • Loading branch information
Alan Shaw authored Mar 30, 2023
1 parent 28f28be commit 8fc4915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/w3ui/packages/keyring-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"browser": "build/umd/index.production.js",
"types": "build/types/index.d.ts"
"types": "build/types/src/index.d.ts"
},
"scripts": {
"compile": "../../node_modules/.bin/tsc -p tsconfig.json --noEmit --emitDeclarationOnly false",
Expand Down

0 comments on commit 8fc4915

Please sign in to comment.