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

11 lines 635 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const validator_1 = require("../validator"); // A rule set defining all compilerOptions that are explicitly known to be incompatible with jsii // This is an internal rule set, that may be used by other rule sets. const incompatibleOptions = new validator_1.RuleSet(); incompatibleOptions.shouldFail('noEmit', validator_1.Match.TRUE); incompatibleOptions.shouldFail('noLib', validator_1.Match.TRUE); incompatibleOptions.shouldFail('declaration', validator_1.Match.FALSE); exports.default = incompatibleOptions; //# sourceMappingURL=incompatible-options.js.map