feat: build NPM package

This commit is contained in:
Alexandr
2022-07-11 17:56:29 +03:00
parent fb65cdcef8
commit d94930f741
13 changed files with 278 additions and 243 deletions

10
src/env.d.ts vendored
View File

@@ -1,8 +1,4 @@
/// <reference types="vite/client" />
declare module '*.vue' {
import { DefineComponent } from 'vue'
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
const component: DefineComponent<{}, {}, any>
export default component
}
import Vue from 'vue'
export default Vue
}