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
{{ message }}
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
How do I specify compilerOptions for different project build scenarios?
There are 2 methods that you may use to specify compiler options for your different project build scenarios:
TsProject allows you to specify a named Typescript configuration file other than "tsconfig.json" when calling TsProject.src(). Each configuration file may have compilation options specific to the build scenario.
TsProject allows you to override the TypeScript compiler options when calling TsProject.src() by using the compilerOptions property of the settings object. For example: