UNPKG

@webpro/nx-tsc

Version:

Nx executor to type-check project source files using tsc --noEmit

10 lines (9 loc) 210 B
{ "executors": { "tsc": { "implementation": "./index.js", "schema": "./schema.json", "description": "Runs `tsc -p` on the provided TypeScript configurations (tsconfig.json)" } } }