Merge pull request #868 from ing-bank/chore/tsc-exclude

chore: exclude index.d.ts files from being built to prevent tsc error
This commit is contained in:
Joren Broekema 2020-08-10 13:27:57 +02:00 committed by GitHub
commit c6e13e47dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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