@aa900031/tsdown-config
v0.2.0
Published
[](https://npmjs.com/package/@aa900031/tsdown-config) [Or use helper function.
import { customExports } from '@aa900031/tsdown-config'
import { defineConfig } from 'tsdown'
export default defineConfig({
entry: [
'src/index.ts',
],
exports: {
customExports,
},
})Presets
Provide any kinds of presets for tsdown, It could make it easy to startup a project.
Library
A normal library, can corss any platforms.
import { lib } from '@aa900031/tsdown-config'
export default lib()Node library
Only for Node.Js (or other runtime)
import { node } from '@aa900031/tsdown-config'
export default node()Vue
For the Vue
import { vue } from '@aa900031/tsdown-config'
export default vue()License
Made with ❤️
Published under the MIT License.
