summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/tsconfig.json b/tsconfig.json
deleted file mode 100644
index b89cf17..0000000
--- a/tsconfig.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "extends": "astro/tsconfigs/strictest",
- "compilerOptions": {
- "baseUrl": ".",
- "paths": {
- "@components/*": ["src/components/*"],
- "@layouts/*": ["src/layouts/*"],
- "@pages/*": ["src/pages/*"],
- "@styles/*": ["src/styles/*"]
- },
-
- "plugins": [
- {
- "name": "@astrojs/ts-plugin"
- }
- ]
- }
-}