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
I have multiple tsconfig.json files one for build (tsconfig.build.json) and one for coding (tsconfig.json).
For coding, I add test files as well since I want to type check test files.
For building, I only add source files.
ncc is by default using tsconfig.json so it also include test files.
Any way to specify custom tsconfig.json path?
ken0x0a, anchan828, zuohuadong, ch4rlesyeo, merlinnot and 62 more