src/
user.ts
department.ts
In the scenario outlined above, where there are two files in the src directory (user.ts and department.ts), is there a way to exclude the generation of declaration files specifically for department.ts when running tsc within tsconfig or webpack during app build process? Currently, declaration files are being generated for all files within the src directory.