Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(tezos-ts): Move declaration file to the root of monorepo
  • Loading branch information
carte7000 committed Aug 20, 2019
1 parent 2c331bd commit 10edfbe
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/tezos-ts-michelson-encoder/tsconfig.json
Expand Up @@ -5,5 +5,5 @@
"outDir": "dist/lib",
"typeRoots": ["node_modules/@types"]
},
"include": ["src", "index.d.ts"]
"include": ["src", "../../index.d.ts"]
}
2 changes: 1 addition & 1 deletion packages/tezos-ts-michelson-encoder/tsconfig.prod.json
Expand Up @@ -6,5 +6,5 @@
"typeRoots": ["./node_modules/@types"],
"jsx": "react"
},
"include": ["./src/**/*", "index.d.ts"]
"include": ["./src/**/*", "../../index.d.ts"]
}
2 changes: 1 addition & 1 deletion packages/tezos-ts/tsconfig.json
Expand Up @@ -5,5 +5,5 @@
"outDir": "./dist/lib",
"typeRoots": ["./node_modules/@types"]
},
"include": ["./src/**/*"]
"include": ["./src/**/*", "../../index.d.ts"]
}
2 changes: 1 addition & 1 deletion packages/tezos-ts/tsconfig.prod.json
Expand Up @@ -5,5 +5,5 @@
"outDir": "./dist/lib",
"typeRoots": ["./node_modules/@types"]
},
"include": ["./src/**/*"]
"include": ["./src/**/*", "../../index.d.ts"]
}

0 comments on commit 10edfbe

Please sign in to comment.