Arno Kaimbacher
2a5c21806f
- npm updates for rxjs, axios, sass-loader, typescript and eslint - adapt eslint and prettier
8 lines
206 B
TypeScript
8 lines
206 B
TypeScript
/* eslint-disable */
|
|
declare module "*.vue" {
|
|
import type { DefineComponent } from "vue";
|
|
const component: DefineComponent<{}, {}, any>;
|
|
export default component;
|
|
}
|
|
declare module "vue-matomo";
|