UNPKG

to-unocss

Version:

Vscode extension transform css to unocss

13 lines 257 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: [ 'src/index.ts', ], format: ['cjs', 'esm'], shims: false, dts: false, external: [ 'vscode', ], }); //# sourceMappingURL=tsup.config.js.map