UNPKG

ts-checker-rspack-plugin

Version:

Runs typescript type checker and linter on separate process.

7 lines (6 loc) 473 B
declare const TYPESCRIPT_PACKAGE = "typescript"; declare const TYPESCRIPT_PACKAGE_JSON = "typescript/package.json"; declare const TYPESCRIPT_PREVIEW_PACKAGE = "@typescript/native-preview"; declare const TYPESCRIPT_PREVIEW_PACKAGE_JSON = "@typescript/native-preview/package.json"; declare const TYPESCRIPT_GO_ISSUE_CODE = "TSGO"; export { TYPESCRIPT_GO_ISSUE_CODE, TYPESCRIPT_PACKAGE, TYPESCRIPT_PACKAGE_JSON, TYPESCRIPT_PREVIEW_PACKAGE, TYPESCRIPT_PREVIEW_PACKAGE_JSON, };