feat(repo): enable typecheck on build target
This commit is contained in:
parent
de99e2760a
commit
399988c520
@ -7,6 +7,11 @@
|
|||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/ebitemp-api/src",
|
"sourceRoot": "apps/ebitemp-api/src",
|
||||||
"targets": {
|
"targets": {
|
||||||
|
"typecheck": {
|
||||||
|
"options": {
|
||||||
|
"command": "tsc --build --emitDeclarationOnly --pretty"
|
||||||
|
}
|
||||||
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "nx:run-commands",
|
"executor": "nx:run-commands",
|
||||||
"options": {
|
"options": {
|
||||||
|
Reference in New Issue
Block a user