Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit ef560d4

Browse files
committed
fix(plugin-typescript): use partial ts-loader optiions
1 parent 6ce05cf commit ef560d4

File tree

1 file changed

+1
-1
lines changed
  • packages/vuepress-plugin-typescript/src

1 file changed

+1
-1
lines changed

packages/vuepress-plugin-typescript/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Plugin } from 'vuepress-types'
44
const path = require('path')
55

66
export interface TypescriptPluginOptions {
7-
tsLoaderOptions: TsLoader.Options
7+
tsLoaderOptions: Partial<TsLoader.Options>
88
}
99

1010
const TypescriptPlugin: Plugin<TypescriptPluginOptions> = (

0 commit comments

Comments
 (0)