2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-08 17:22:27 +03:00

Delete triple slash directive

This commit is contained in:
Alexander Shabunevich
2022-12-07 00:35:42 +03:00
parent 28e31f2b1a
commit bccd75ab09
-2
View File
@@ -1,5 +1,3 @@
/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>