mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-23 19:19:03 +08:00
44e4eca47a
* add one shared rollup config * rename to baseConfig
6 lines
175 B
JavaScript
6 lines
175 B
JavaScript
import { baseConfig } from '@tiptap-shared/rollup-config'
|
|
|
|
import pkg from './package.json' assert { type: 'json' }
|
|
|
|
export default baseConfig({ input: 'src/index.ts', pkg })
|