Skip to content

Commit

Permalink
improve: fast TS execution by skipping type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jun 26, 2021
1 parent 20efa5d commit d0cceed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cli/bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ import { d, fatal } from '../utils'
import { renderIndentedList } from '../utils/terminal'

// TODO allow customization
tsNode.register()
tsNode.register({
transpileOnly: true,
})

export default async function run(): Promise<void> {
const internalBema = bema as InternalBema
Expand Down

0 comments on commit d0cceed

Please sign in to comment.