Skip to content

Commit

Permalink
chore: fix typescript package import in ts tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Apr 18, 2023
1 parent 8ae5a4f commit f1749a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/typings/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as fs from 'fs'
import * as path from 'path'
import { spawnSync } from 'child_process'
import { invariant } from 'outvariant'
import tsPackageJson from 'typescript/package.json'
import * as tsPackageJson from 'typescript/package.json'

const tsInstalledVersion = tsPackageJson.version
invariant(
Expand Down

0 comments on commit f1749a6

Please sign in to comment.