chore: re-add package root index.js to exclude for build tsc

This commit is contained in:
Joren Broekema 2020-08-10 15:45:20 +02:00
parent 0f0eff17fc
commit 6aeb0b0078

View file

@ -6,6 +6,7 @@
"noEmit": false
},
"exclude": [
"packages/*/index.js",
"node_modules",
"**/node_modules/*",
"**/coverage/*",