build(projects): 更新tsconfig.json

This commit is contained in:
Soybean
2022-03-05 23:20:00 +08:00
parent f5c56c355c
commit f42ee9dbe5
13 changed files with 467 additions and 432 deletions

View File

@ -1,4 +1,4 @@
import { Ref } from 'vue';
import type { Ref } from 'vue';
import type { FormItemRule } from 'naive-ui';
import { REGEXP_PHONE, REGEXP_PWD, REGEXP_CODE_SIX, REGEXP_EMAIL } from '@/config';