Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MorphProjectOptions

Customization for ts-morph project

Hierarchy

  • MorphProjectOptions

Index

Properties

Optional Readonly manipulationSettings

manipulationSettings: Partial<ManipulationSettings>

These settings are used during synthesis to customize various sylistic features of codegen

Optional Readonly skipAddingFilesFromTsConfig

skipAddingFilesFromTsConfig: boolean

Skip adding files from tsconfig to ts-morph

default

false - files will be added from tsconfig

Optional Readonly tsconfigPath

tsconfigPath: string

Path to custom tsconfig

default

the tsconfig.json from the project base dir is used

Generated using TypeDoc