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