Skip to content

Commit

Permalink
chore(sdk): fix liting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
luzzifoss committed Aug 9, 2023
1 parent c451d76 commit 277d1f8
Showing 1 changed file with 31 additions and 11 deletions.
42 changes: 31 additions & 11 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,38 @@
},
"typesVersions": {
"*": {
"commons": ["./dist/commons.d.ts"],
"cacher": ["./dist/cacher.d.ts"],
"fetcher": ["./dist/fetcher/index.d.ts"],
"utils": ["./dist/utils/index.d.ts"],
"entities/amount": ["./dist/entities/amount.d.ts"],
"entities/currency": ["./dist/entities/currency.d.ts"],
"entities/kpi-token": ["./dist/entities/kpi-token.d.ts"],
"entities/oracle": ["./dist/entities/oracle.d.ts"],
"entities/template": ["./dist/entities/template.d.ts"],
"entities/token": ["./dist/entities/token.d.ts"]
"commons": [
"./dist/commons.d.ts"
],
"cacher": [
"./dist/cacher.d.ts"
],
"fetcher": [
"./dist/fetcher/index.d.ts"
],
"utils": [
"./dist/utils/index.d.ts"
],
"entities/amount": [
"./dist/entities/amount.d.ts"
],
"entities/currency": [
"./dist/entities/currency.d.ts"
],
"entities/kpi-token": [
"./dist/entities/kpi-token.d.ts"
],
"entities/oracle": [
"./dist/entities/oracle.d.ts"
],
"entities/template": [
"./dist/entities/template.d.ts"
],
"entities/token": [
"./dist/entities/token.d.ts"
]
}
},
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 277d1f8

Please sign in to comment.