Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Subtle errors in options passed to tsb.create() are ignored (not reported) #65

Open
BurtHarris opened this issue Jul 30, 2017 · 0 comments

Comments

@BurtHarris
Copy link

For example:

const cjs = tsb.create({
  outDir: 'lib',
  module: 'commonjs',
  target: 'es5',
  declaration: true,
  lib: ['es5', 'es2015', 'dom'],
  sourcemap: true,
  experimentalDecorators: true
});

gulp-tsb reports no error, even though the sourceMap option has a capitalization error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant