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
/
schema.json
12 lines
(11 loc)
•
198 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"
$schema
"
:
"http://json-schema.org/schema"
,
"type"
:
"object"
,
"cli"
:
"nx"
,
"properties"
: {
"tsConfig"
: {
"type"
:
"array"
,
"description"
:
"TypeScript config(s)"
} } }