diff options
| author | houston[bot] <astrobot-houston@users.noreply.github.com> | 2023-08-01 18:48:26 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-01 18:48:26 +0100 |
| commit | 6bd4846b71944add485433703d85982b2396d9ad (patch) | |
| tree | 1a2a41db792a8d3bbb985b2f0e6af1eeed6f3668 /tsconfig.json | |
Initial commit from Astro
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..77da9dd --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "astro/tsconfigs/strict" +}
\ No newline at end of file |
