PartialProjectToolchainTypeScriptConfig
Index
Properties
optionaldisabled
Disables all TypeScript functionality for this project.
optionalincludeProjectReferenceSources
Appends sources of project reference to include
in tsconfig.json
.
optionalincludeSharedTypes
Appends shared types to include
in tsconfig.json
.
optionalrouteOutDirToCache
Updates and routes outDir
in tsconfig.json
to moon's cache.
optionalsyncProjectReferences
Syncs all project dependencies as references
in tsconfig.json
.
optionalsyncProjectReferencesToPaths
Syncs all project dependencies as paths
in tsconfig.json
.
Overrides top-level
typescript
settings.