Skip to content

Commit

Permalink
fix(#147): update import to support node >= 12.0.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Jan 9, 2021
1 parent e5e333f commit e951366
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/typecheck/src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import chalk from 'chalk'
import FS from 'fs'
import FSP from 'fs/promises'
import FS, { promises as FSP } from 'fs'
// @ts-expect-error
import parseArgs from 'minimist'
import Path from 'path'
Expand Down

0 comments on commit e951366

Please sign in to comment.