Creates a custom TypeScript Project.
import { CustomTypeScriptProject } from '@projen/canary-package'
new CustomTypeScriptProject(options: any)| Name | Type | Description |
|---|---|---|
options |
any |
No description. |
- Type: any
| Name | Type | Description |
|---|---|---|
prettier |
boolean |
No description. |
public readonly prettier: boolean;- Type: boolean