diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-27 01:22:17 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-27 01:22:17 -0700 |
| commit | 8194e0f034b8e110cb880d11e278a2b7d6519204 (patch) | |
| tree | 2345d6a6eaf4fe1c973f7d590ac01c6b006f5628 /tsconfig.json | |
| parent | d0cb3d93df83c8535bce97f8f509b37c2e6ead86 (diff) | |
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 77da9dd..495999c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,12 @@ { - "extends": "astro/tsconfigs/strict" + "extends": "astro/tsconfigs/strict", + "compilerOptions": { + "jsx": "react", + "esModuleInterop": true, + "allowSyntheticDefaultImports": true, + "moduleResolution": "node", + "resolveJsonModule": true, + "isolatedModules": true, + "skipLibCheck": true + } }
\ No newline at end of file |
