Skip to content

Commit

Permalink
fix: ts-node import style
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jun 26, 2021
1 parent d7bfb00 commit c8cea9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as Glob from 'fast-glob'
import kleur, { bold, dim } from 'kleur'
import { isEmpty } from 'lodash'
import * as Path from 'path'
import tsNode from 'ts-node'
import * as tsNode from 'ts-node'
import { bema } from '../'
import { InternalBema } from '../declaration/bema'
import { filterExpressionGuide } from '../declaration/config'
Expand Down

0 comments on commit c8cea9d

Please sign in to comment.