ProjectToolchainTypeScriptConfig
Index
Properties
disabled
Disables all TypeScript functionality for this project.
includeProjectReferenceSources
Appends sources of project reference to include
in tsconfig.json
.
includeSharedTypes
Appends shared types to include
in tsconfig.json
.
routeOutDirToCache
Updates and routes outDir
in tsconfig.json
to moon's cache.
syncProjectReferences
Syncs all project dependencies as references
in tsconfig.json
.
syncProjectReferencesToPaths
Syncs all project dependencies as paths
in tsconfig.json
.
Overrides top-level
typescript
settings.