tsify will generate inline sourcemaps if the --debug option is set on Browserify, regardless of the flag status in tsconfig.json. tsify supports almost all options from the TypeScript compiler. Notable exceptions: -d, --declaration - See tsify#15 --out, --outDir - Use Browserify's file output options instead. These options are overridden because tsify writes to an internal memory store before bund

