node-opcua/node-opcua-crypto

View on GitHub
packages/node-opcua-crypto-web/tsup.config.mjs

Summary

Maintainability
Test Coverage
import { defineConfig } from 'tsup'

export default defineConfig({
    entry: ['web/main.ts'],
    splitting: false,
    sourcemap: true,
    format: ['esm'],
    bundle: true,
    clean: true,
})