UNPKG

jsii

Version:

[![Join the chat at https://cdk.Dev](https://img.shields.io/static/v1?label=Slack&message=cdk.dev&color=brightgreen&logo=slack)](https://cdk.dev) [![All Contributors](https://img.shields.io/github/all-contributors/aws/jsii/main?label=%E2%9C%A8%20All%20Con

18 lines 521 B
import * as ts from 'typescript'; export interface TypeScriptConfig { files?: string[]; extends?: string | string[]; include?: string[]; exclude?: string[]; references?: ts.ProjectReference[]; compilerOptions: ts.CompilerOptions; watchOptions?: ts.WatchOptions; typeAcquisition?: ts.TypeAcquisition; } export declare enum TypeScriptConfigValidationRuleSet { STRICT = "strict", GENERATED = "generated", MINIMAL = "minimal", NONE = "off" } //# sourceMappingURL=index.d.ts.map