ant-design-vue/typings/custom-typings.d.ts
John f61018afd7
Support vite2 (#3490)
* refactor: supports vite2

* refactor: remove CommonJS dependencies

* chore: update pkg

* refactor: update

* chore: update pkg
2021-01-07 12:53:49 +08:00

8 lines
131 B
TypeScript

declare module 'omit.js';
declare module '*.json' {
const value: any;
export const version: string;
export default value;
}