jsii
Version:
[](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
TypeScript
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