Variable compilerOptionsConst

compilerOptions: { baseUrl: string; esModuleInterop: boolean; module: ModuleKind; noImplicitAny: boolean; target: ScriptTarget } = ...

Type declaration

  • baseUrl: string
  • esModuleInterop: boolean
  • module: ModuleKind
  • noImplicitAny: boolean
  • target: ScriptTarget

Generated using TypeDoc