chore: re-add package root index.js to exclude for build tsc
This commit is contained in:
parent
0f0eff17fc
commit
6aeb0b0078
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
"noEmit": false
|
||||
},
|
||||
"exclude": [
|
||||
"packages/*/index.js",
|
||||
"node_modules",
|
||||
"**/node_modules/*",
|
||||
"**/coverage/*",
|
||||
|
|
|
|||
Loading…
Reference in a new issue