2024-06-03 11:39:19 -04:00
|
|
|
{
|
|
|
|
"imports": {
|
|
|
|
"react": "https://esm.sh/preact@10.22.0/compat",
|
|
|
|
"react/": "https://esm.sh/preact@10.22.0/compat/",
|
2024-06-03 14:51:40 -04:00
|
|
|
"other": "http://localhost:4507/other.tsx",
|
|
|
|
"entry": "http://localhost:4507/app.tsx"
|
2024-06-03 11:39:19 -04:00
|
|
|
},
|
|
|
|
"compilerOptions": {
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"jsxImportSource": "react"
|
|
|
|
}
|
|
|
|
}
|