How to use the @parcel/ts-utils.loadTSConfig function in @parcel/ts-utils

To help you get started, we’ve selected a few @parcel/ts-utils examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github parcel-bundler / parcel / packages / transformers / typescript-tsc / src / TSCTransformer.js View on Github external
async loadConfig({config, options}) {
    await loadTSConfig(config, options);
  },
github parcel-bundler / parcel / packages / transformers / typescript-types / src / TSTypesTransformer.js View on Github external
async loadConfig({config, options}) {
    await loadTSConfig(config, options);
  },

@parcel/ts-utils

MIT
Latest version published 2 months ago

Package Health Score

92 / 100
Full package analysis

Similar packages