File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/typescript-build/src Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
import path from 'path'
2
2
import { defu } from 'defu'
3
3
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'
9
9
10
10
export interface Options {
11
11
ignoreNotFoundWarnings ?: boolean
You can’t perform that action at this time.
0 commit comments