Merge pull request #873 from ing-bank/chore/type-issue-2
chore: re-add package root index.js to exclude for build tsc
This commit is contained in:
commit
d5daa18acc
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
"noEmit": false
|
"noEmit": false
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
"packages/*/index.js",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"**/node_modules/*",
|
"**/node_modules/*",
|
||||||
"**/coverage/*",
|
"**/coverage/*",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue