Skip to main content

ProjectToolchainTypeScriptConfig

Overrides top-level typescript settings.

Index

Properties

disabled

disabled: boolean

Disables all TypeScript functionality for this project.

includeProjectReferenceSources

includeProjectReferenceSources: null | boolean

Appends sources of project reference to include in tsconfig.json.

includeSharedTypes

includeSharedTypes: null | boolean

Appends shared types to include in tsconfig.json.

routeOutDirToCache

routeOutDirToCache: null | boolean

Updates and routes outDir in tsconfig.json to moon's cache.

syncProjectReferences

syncProjectReferences: null | boolean

Syncs all project dependencies as references in tsconfig.json.

syncProjectReferencesToPaths

syncProjectReferencesToPaths: null | boolean

Syncs all project dependencies as paths in tsconfig.json.