Skip to content

Commit

Permalink
fix(dataviz): bundle typings
Browse files Browse the repository at this point in the history
  • Loading branch information
romainseb committed Jul 26, 2023
1 parent fbc72ef commit 99ed458
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-pens-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/react-dataviz': patch
---

fix(dataviz): bundle typing in the package
2 changes: 1 addition & 1 deletion packages/dataviz/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["src/**/*.test.*", "src/**/*.stories.*"]
"exclude": ["src/**/*.cy.*", "src/**/*.test.*", "src/**/*.stories.*"]
}
2 changes: 1 addition & 1 deletion packages/dataviz/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "@talend/scripts-config-typescript/tsconfig.json",
"include": ["src/**/*", "./cypress.d.ts", "./cypress/**/*.ts", "./cypress.config.ts"],
"include": ["src/**/*"],
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
Expand Down

0 comments on commit 99ed458

Please sign in to comment.