tiptap/packages/extension-history/src/index.ts
Ben Asher e97630c639
Require file extensions for imports and exports (#4001)
* Require .js endings

* add extension alias for cypress to resolve ts files with js endings
2023-06-30 21:03:49 +02:00

6 lines
93 B
TypeScript

import { History } from './history.js'
export * from './history.js'
export default History