Skip to content

Commit

Permalink
fix: package import
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Oct 15, 2024
1 parent 34f31ac commit a06cdeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/core/src/tsconfig.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import * as ts from 'typescript'
import * as fs from 'fs'
import * as path from 'path'
import fg from 'fast-glob'
import normalize from 'normalize-path'
// eslint-disable-next-line @typescript-eslint/no-require-imports
import fg = require('fast-glob')
// eslint-disable-next-line @typescript-eslint/no-require-imports
import normalize = require('normalize-path')

/**
* @public
Expand Down

0 comments on commit a06cdeb

Please sign in to comment.