mirror of
https://github.com/slidevjs/rough-notation.git
synced 2026-01-14 09:44:21 +01:00
feat: improve build tools, expose types
This commit is contained in:
11
build.config.ts
Normal file
11
build.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineBuildConfig } from 'unbuild'
|
||||
|
||||
export default defineBuildConfig({
|
||||
entries: [
|
||||
'src/index.ts',
|
||||
],
|
||||
declaration: true,
|
||||
rollup: {
|
||||
emitCJS: true
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user