Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTGold committed May 5, 2024
1 parent b293eed commit 9d74e54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Expand Up @@ -3,8 +3,9 @@
"allowJs": false,
"baseUrl": "..",
"experimentalDecorators": true,
"jsx": "react-jsx",
"jsxImportSource": "preact",
"jsx": "react",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"module": "commonjs",
"moduleResolution": "Node",
"preserveSymlinks": true,
Expand Down

0 comments on commit 9d74e54

Please sign in to comment.