Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.35 KB

File metadata and controls

52 lines (27 loc) · 1.35 KB

API Reference

Classes

CustomTypeScriptProject

Creates a custom TypeScript Project.

Initializers

import { CustomTypeScriptProject } from '@projen/canary-package'

new CustomTypeScriptProject(options: any)
Name Type Description
options any No description.

optionsRequired
  • Type: any

Properties

Name Type Description
prettier boolean No description.

prettierRequired
public readonly prettier: boolean;
  • Type: boolean