2024-04-11 13:18:19 -04:00
|
|
|
{
|
2024-08-30 17:58:24 -04:00
|
|
|
"nodeModulesDir": "auto",
|
2024-04-11 13:18:19 -04:00
|
|
|
"imports": {
|
|
|
|
"preact": "npm:preact",
|
|
|
|
"preact-render-to-string": "npm:preact-render-to-string"
|
|
|
|
},
|
|
|
|
"compilerOptions": {
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"jsxImportSource": "preact"
|
|
|
|
}
|
|
|
|
}
|