mirror of
https://github.com/slidevjs/rough-notation.git
synced 2026-01-14 17:44:21 +01:00
9 lines
142 B
TypeScript
9 lines
142 B
TypeScript
import { defineBuildConfig } from 'unbuild'
|
|
|
|
export default defineBuildConfig({
|
|
entries: [
|
|
'src/index.ts',
|
|
],
|
|
declaration: true,
|
|
})
|