79096918

Date: 2024-10-17 07:10:06
Score: 1.5
Natty:
Report link

you can have a

tsconfig.build.json

{
    "extends": "./tsconfig.json",
    "ignore": [
      "**/*.test.ts"
    ]
}

and append -p tsconfig.build.json to your tsc command

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Stefan Tenev