build: tsconfig 변경
- 반영된 룰에 맞게 import type 적용
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ItemTypeKey } from "@/defs";
|
||||
import type { ItemTypeKey } from "@/defs";
|
||||
import { combineArray } from "@/util/combineArray";
|
||||
import { Ref, ref, watch } from "vue";
|
||||
import { type Ref, ref, watch } from "vue";
|
||||
|
||||
export type procGeneralItem = {
|
||||
no: number,
|
||||
|
||||
Reference in New Issue
Block a user