From a30ac2bae02a9ee58f2864f9881ae559e984b223 Mon Sep 17 00:00:00 2001 From: zbf Date: Wed, 22 Jun 2022 11:48:54 +0800 Subject: [PATCH] build: generate type of config.ts --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 834a5e54..8af2aa57 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -53,7 +53,7 @@ export default ({ mode }: ConfigEnv): UserConfigExport => { './MdEditor/Editor.tsx', './MdEditor/extensions/**/*.tsx', './MdEditor/index.ts', - './MdEditor/utils/config.ts' + './MdEditor/config.ts' ] }) ],