chore: fix types build config
This commit is contained in:
parent
45467c4305
commit
3e4311e651
1 changed files with 9 additions and 0 deletions
|
|
@ -11,6 +11,15 @@
|
||||||
"**/coverage/*",
|
"**/coverage/*",
|
||||||
"**/dist/**/*",
|
"**/dist/**/*",
|
||||||
"packages/**/test-helpers",
|
"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
|
// ignore test/demos for singleton manager until overlays are typed as it's used in there
|
||||||
"packages/singleton-manager/demo/",
|
"packages/singleton-manager/demo/",
|
||||||
"packages/singleton-manager/test/",
|
"packages/singleton-manager/test/",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue