12 lines
298 B
JSON
12 lines
298 B
JSON
{
|
|
"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"
|
|
},
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react"
|
|
}
|
|
} |