mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
11 lines
224 B
JSON
11 lines
224 B
JSON
{
|
|
"nodeModulesDir": "auto",
|
|
"imports": {
|
|
"preact": "npm:preact",
|
|
"preact-render-to-string": "npm:preact-render-to-string"
|
|
},
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact"
|
|
}
|
|
}
|