#Is it possible to exclude *.d.ts in 'dist' folder?
8 messages · Page 1 of 1 (latest)
Set declare: false in the tsconfig
@neon token thanks for feedback, however I've needed that setting only for prod, so I had to came up with post_build script that would cleaned up files that I do not want on prod
Is it possible to exclude *.d.ts from appear in 'dist' folder?
Is it possible to exclude *.d.ts in 'dist' folder?
You can use multiple tsconfig maybe?
but why you need to exclude *.d.ts ?
I have no intent shipping them to prod...