Skip to content

Commit 662e336

Browse files
committed
use import type
1 parent fe98821 commit 662e336

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/typescript-build/src/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import path from 'path'
22
import { defu } from 'defu'
33
import consola from 'consola'
4-
import { Module } from '@nuxt/types'
5-
import { Options as TsLoaderOptions } from 'ts-loader'
6-
import { ForkTsCheckerWebpackPluginOptions as TsCheckerOptions } from 'fork-ts-checker-webpack-plugin/lib/ForkTsCheckerWebpackPluginOptions'
7-
import TsCheckerLogger from 'fork-ts-checker-webpack-plugin/lib/logger/Logger'
8-
import { RuleSetUseItem } from 'webpack'
4+
import type { Module } from '@nuxt/types'
5+
import type { Options as TsLoaderOptions } from 'ts-loader'
6+
import type { ForkTsCheckerWebpackPluginOptions as TsCheckerOptions } from 'fork-ts-checker-webpack-plugin/lib/ForkTsCheckerWebpackPluginOptions'
7+
import type TsCheckerLogger from 'fork-ts-checker-webpack-plugin/lib/logger/Logger'
8+
import type { RuleSetUseItem } from 'webpack'
99

1010
export interface Options {
1111
ignoreNotFoundWarnings?: boolean

0 commit comments

Comments
 (0)