diff options
Diffstat (limited to 'test/test-files/eslint/astro-app/tsconfig.json')
-rw-r--r-- | test/test-files/eslint/astro-app/tsconfig.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-files/eslint/astro-app/tsconfig.json b/test/test-files/eslint/astro-app/tsconfig.json new file mode 100644 index 00000000..77da9dd0 --- /dev/null +++ b/test/test-files/eslint/astro-app/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "astro/tsconfigs/strict" +}
\ No newline at end of file |