diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-03 15:48:11 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-03 15:58:10 -0500 |
| commit | 4c84e203859be34da582f51371adc6eeb370b518 (patch) | |
| tree | 2f0e43dfa49da41141277fb35881e9eff51c6adb /tsconfig.json | |
| parent | 0077087a5179c2ffdec07ee38f3ffbbb01853dde (diff) | |
| download | personal-website-4c84e203859be34da582f51371adc6eeb370b518.tar.gz personal-website-4c84e203859be34da582f51371adc6eeb370b518.tar.bz2 personal-website-4c84e203859be34da582f51371adc6eeb370b518.zip | |
Navbar now uses preact instead
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 5d5dcd6..99df2e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "astro/tsconfigs/base", "compilerOptions": { - "jsx": "preserve" + "jsx": "react-jsx", + "jsxImportSource": "preact" } }
\ No newline at end of file |
