deno-ssr/tsconfig.json

7 lines
110 B
JSON

{
"compilerOptions": {
"allowJs": true,
"jsx": "react",
"lib": ["deno.window"]
}
}