UNPKG
@webpro/nx-tsc
Version:
latest (0.0.2)
0.0.2
0.0.1
Nx executor to type-check project source files using tsc --noEmit
@webpro/nx-tsc
/
executor.json
10 lines
(9 loc)
•
210 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"executors"
:
{
"tsc"
:
{
"implementation"
:
"./index.js"
,
"schema"
:
"./schema.json"
,
"description"
:
"Runs `tsc -p` on the provided TypeScript configurations (tsconfig.json)"
}
}
}