UNPKG

ovsjs

Version:

OVS Runtime - A declarative UI syntax similar to Flutter and SwiftUI

10 lines (7 loc) 153 B
import {defineConfig} from 'tsdown' export default defineConfig({ entry: ['src/index.ts'], format: ['esm'], dts: true, clean: true, })