switch to precompilation-based jsx

This commit is contained in:
laura 2025-11-08 11:00:35 -03:00
parent 4af7b21171
commit 884f773575
Signed by: w
GPG key ID: BCD2117C99E69817
10 changed files with 179 additions and 450 deletions

View file

@ -17,7 +17,7 @@
}
},
"compilerOptions": {
"jsx": "react-jsx",
"jsx": "precompile",
"jsxImportSource": "cobweb",
"lib": ["deno.ns", "esnext", "dom", "dom.iterable"]
}