Skip to content

Commit

Permalink
fix: adjust build logic #8
Browse files Browse the repository at this point in the history
  • Loading branch information
inazarov authored and sampullman committed Feb 2, 2022
1 parent 63de9bf commit ea1676a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
export * from './type/contract-map'
export * from './type/enum-interaction-type'
export * from './type/i-fcl-wallet'
export * from './type/i-flow-account'
export * from './type/i-interaction'
export * from './type/i-interaction-props'
export * from './type/i-resolved-interaction-props'
export * from './type/i-transact-props'

export * from './util/code'
export * from './util/config'
export * from './util/find-event'
export * from './util/flow-crypto'
export * from './util/get-event-id'
export * from './util/misc'
export * from './util/interactions'
export * from './util/misc'
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"skipLibCheck": true,
"esModuleInterop": true
},
"exclude": ["node_modules", "dist", "test"],
"exclude": ["node_modules", "dist", "**/*.spec.ts", "jest.config.*"],
"references": [
{
"path": "./tsconfig.spec.json"
Expand Down

0 comments on commit ea1676a

Please sign in to comment.