you can have a
tsconfig.build.json
{ "extends": "./tsconfig.json", "ignore": [ "**/*.test.ts" ] }
and append -p tsconfig.build.json to your tsc command
-p tsconfig.build.json
tsc