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