blob: fe867fcc83ad95b44be85b4ca755be64683aa6c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"nodeModulesDir": "auto",
"imports": {
"preact": "npm:preact",
"preact-render-to-string": "npm:preact-render-to-string"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
}
|