esbuild-wasm-bundler/deno.json
2024-06-07 16:54:12 -04:00

16 lines
417 B
JSON

{
"name": "@ttf/deploy-bundler",
"version": "0.1.0",
"exports": "./mod.ts",
"imports": {
"react": "https://esm.sh/preact@10.22.0/compat",
"react/": "https://esm.sh/preact@10.22.0/compat/",
"other": "./other.tsx",
"entry": "./app.tsx",
"config": "./deno.json"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}