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
Hi,
I work on a project with lerna. Each module mostly uses root tsconfig, but there are some cases when module's tsconfig extends the root one with additional options (e.g strict: true).
Just wondering if it's possible on type checking step set corresponding module tsconfig. checking module1 -> using module1/tsconfig.json checking module2 -> using module2/tsconfig.json
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
I work on a project with lerna. Each module mostly uses root tsconfig, but there are some cases when module's tsconfig extends the root one with additional options (e.g
strict: true
).Just wondering if it's possible on type checking step set corresponding module tsconfig.
checking module1 -> using module1/tsconfig.json
checking module2 -> using module2/tsconfig.json
Thank you
The text was updated successfully, but these errors were encountered: