This commit is contained in:
2023-05-26 09:00:40 +08:00
parent 0f40bc7c43
commit c73bb189ff

View File

@@ -14,6 +14,7 @@
}, },
"compilerOptions": { "compilerOptions": {
"jsx": "react-jsx", "jsx": "react-jsx",
"jsxImportSource": "preact" "jsxImportSource": "preact",
"lib": ["es2022", "dom", "dom.iterable", "deno.window"]
} }
} }