Skip to content

Instantly share code, notes, and snippets.

@stackdumper
Created January 20, 2019 15:03
Show Gist options
  • Save stackdumper/182ac73802819db35d22a0fd93387f27 to your computer and use it in GitHub Desktop.
Save stackdumper/182ac73802819db35d22a0fd93387f27 to your computer and use it in GitHub Desktop.
export default {
compileEnhancements: false,
extensions: ['ts'],
require: ['ts-node/register', 'tsconfig-paths/register'],
sources: ['src/**/*'],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment