UNPKG

@omnity/widget

Version:

The Omnity Widget is a simple way to embed Omnity into your website. It is a simple JavaScript file that you can include in your website to display Omnity content.

13 lines (12 loc) 254 B
{ "extends": "@repo/typescript-config/react-library.json", "compilerOptions": { "outDir": "dist", "baseUrl": ".", "paths": { "@widget/*": ["./src/*"] } }, "include": ["src", "turbo"], "exclude": ["node_modules", "dist"] }