You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exec lerna run build --scope @xxx/cli which depend on api, as ts references can not sepcify the tsconfig,it will auto load packages/api/tsconfig.json to compile the api,so can not exclude test files
The text was updated successfully, but these errors were encountered:
How to include test files in
tsconfig.json
and exclude that intsconfig.build.json
for api?and
exec
lerna run build --scope @xxx/cli
which depend on api, as ts references can not sepcify thetsconfig
,it will auto loadpackages/api/tsconfig.json
to compile the api,so can not exclude test filesThe text was updated successfully, but these errors were encountered: