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

16 lines 656 B
import { TypeScriptConfig, TypeScriptConfigValidationRuleSet } from '.'; export declare class TypeScriptConfigValidator { ruleSet: TypeScriptConfigValidationRuleSet; private readonly validator; private readonly compilerOptions; constructor(ruleSet: TypeScriptConfigValidationRuleSet); /** * Validated the provided config against the set of rules. * * @throws when the config is invalid * * @param tsconfig the tsconfig to be validated, this MUST be a tsconfig as a user would have written it in tsconfig. */ validate(tsconfig: TypeScriptConfig): void; } //# sourceMappingURL=tsconfig-validator.d.ts.map