diff options
| author | Andrew Lee <[email protected]> | 2025-12-14 15:57:36 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2025-12-14 15:57:36 -0500 |
| commit | 8b680990b0bb4fe3212a4f632519320191065f67 (patch) | |
| tree | 79720858bfae86e041f2c8d3b3cc168e6e8730e5 /tsconfig.json | |
| parent | a906252380a9c041a4c2b78790506412ffd40f75 (diff) | |
| download | shiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.tar.gz shiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.tar.bz2 shiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.zip | |
init shifter + slideshow
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json index 8bf91d3..69c1600 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,14 @@ { "extends": "astro/tsconfigs/strict", - "include": [".astro/types.d.ts", "**/*"], - "exclude": ["dist"] -} + "include": [ + ".astro/types.d.ts", + "**/*" + ], + "exclude": [ + "dist" + ], + "compilerOptions": { + "jsx": "react-jsx", + "jsxImportSource": "react" + } +}
\ No newline at end of file |
