UNPKG

typescript-strict-plugin

Version:

Typescript tools that help with migration to the strict mode

7 lines (6 loc) 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TS_STRICT_IGNORE_COMMENT = exports.TS_STRICT_COMMENT = exports.PLUGIN_NAME = void 0; exports.PLUGIN_NAME = 'typescript-strict-plugin'; exports.TS_STRICT_COMMENT = '@ts-strict'; exports.TS_STRICT_IGNORE_COMMENT = '@ts-strict-ignore';