12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"$schema": "http://json-schema.org/schema",
|
|
"type": "object",
|
|
"cli": "nx",
|
|
"properties": {
|
|
"tsCheck": {
|
|
"type": "string",
|
|
"description": "Typescript check"
|
|
}
|
|
}
|
|
}
|