UNPKG

@xyo-network/react-node

Version:

Common React library for all XYO projects that use React

11 lines (9 loc) 194 B
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' const config: XyTsupConfig = { compile: { browser: { src: true }, node: {}, neutral: {}, }, } export default config