diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 45c6246..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": "astro/tsconfigs/strictest", - "compilerOptions": { - "baseUrl": ".", - "paths": { - "@assets/*": ["src/assets/*"], - "@components/*": ["src/components/*"], - "@layouts/*": ["src/layouts/*"], - "@pages/*": ["src/pages/*"], - "@root/*": ["*"], - "@styles/*": ["src/styles/*"] - }, - "allowJs": false - } -} |
