2024-06-12 17:05:41 -04:00
|
|
|
{
|
|
|
|
"imports": {
|
2024-08-13 10:25:16 -04:00
|
|
|
"react": "https://esm.sh/preact@10.22.0/compat",
|
|
|
|
"react/": "https://esm.sh/preact@10.22.0/compat/"
|
2024-07-03 15:09:21 -04:00
|
|
|
},
|
|
|
|
"compilerOptions": {
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"jsxImportSource": "react"
|
2024-06-12 17:05:41 -04:00
|
|
|
}
|
|
|
|
}
|