Aiven-Open / tsc-output-parser

Parses errors from tsc output to a structured JSON format
Apache License 2.0
26 stars 5 forks source link

Re-export parser from module root #2

Closed aivenkimmob closed 3 years ago

aivenkimmob commented 3 years ago

This allows using the module as the readme guides

import { parse } from '@aivenio/tsc-output-parser';

instead of:

import { parse } from '@aivenio/tsc-output-parser/parser';