Skip to content

Commit

Permalink
fix(test): vitetest 配置类型错误修复
Browse files Browse the repository at this point in the history
  • Loading branch information
vaebe committed May 29, 2023
1 parent 977688a commit c75156f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ccui/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// eslint-disable-next-line
/// <reference types="vitest" />
import { defineConfig } from 'vite';

// jsx 依赖
Expand Down

0 comments on commit c75156f

Please sign in to comment.