diff options
Diffstat (limited to 'web/tsconfig.json')
| -rw-r--r-- | web/tsconfig.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/web/tsconfig.json b/web/tsconfig.json new file mode 100644 index 0000000..69c1600 --- /dev/null +++ b/web/tsconfig.json @@ -0,0 +1,14 @@ +{ + "extends": "astro/tsconfigs/strict", + "include": [ + ".astro/types.d.ts", + "**/*" + ], + "exclude": [ + "dist" + ], + "compilerOptions": { + "jsx": "react-jsx", + "jsxImportSource": "react" + } +}
\ No newline at end of file |
