If we import default adapter type by
import DefaultAdapter from '@vuex-orm/plugin-graphql';
VSCode thinks it is VuexORMGraphQL from dist/types/vuex-orm-graphql.d.ts
Can we change typings property in package.json to dist/types/index.d.ts and move VuexORMGraphQL declaration inside?