chore: exclude index.d.ts files from being built to prevent tsc error

This commit is contained in:
Joren Broekema 2020-08-10 13:26:29 +02:00
parent 08edec89d5
commit e2f7df15d3

View file

@ -4,5 +4,6 @@
"declaration": true,
"emitDeclarationOnly": true,
"noEmit": false
}
},
"exclude": ["packages/*/index.d.ts"]
}