Skip to content

Commit

Permalink
chore: fix types build config
Browse files Browse the repository at this point in the history
  • Loading branch information
Joren Broekema committed Nov 5, 2020
1 parent 45467c4 commit 3e4311e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tsconfig.build.types.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
"**/coverage/*",
"**/dist/**/*",
"packages/**/test-helpers",
"packages/**/docs/**/*",
"packages/babel-plugin-extend-docs/**/*.js",
"packages/providence-analytics/**/*.js",
"packages/remark-extend/**/*.js",
"packages/select-rich/test/**/*.js", // TODO: Needs to get typed!
"packages/overlays/test/utils-tests/**/*.js", // TODO: Needs to get typed!
"packages/form-integrations/test/**/*.js", // TODO: Needs to get typed!
"packages/combobox/test/**/*.js", // TODO: Needs to get typed!
"packages/ajax/**/*.js", // Deprecated because we will move to redaxios soon.
// ignore test/demos for singleton manager until overlays are typed as it's used in there
"packages/singleton-manager/demo/",
"packages/singleton-manager/test/",
Expand Down

0 comments on commit 3e4311e

Please sign in to comment.