You've already forked AstralRinth
forked from didirus/AstralRinth
Initial monorepo setup
This commit is contained in:
0
libs/omorphia/src/index.ts
Normal file
0
libs/omorphia/src/index.ts
Normal file
5
libs/omorphia/src/vue-shims.d.ts
vendored
Normal file
5
libs/omorphia/src/vue-shims.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare module '*.vue' {
|
||||
import { defineComponent } from 'vue';
|
||||
const component: ReturnType<typeof defineComponent>;
|
||||
export default component;
|
||||
}
|
||||
Reference in New Issue
Block a user