update swiper and tsconfig

This commit is contained in:
somrat sorkar
2023-07-06 10:24:58 +06:00
parent ad03af58a3
commit ebf127bc21
4 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -19,6 +19,6 @@
"@/*": ["./src/*"]
}
},
"include": ["**/*.ts", "**/*.tsx"],
"include": ["**/*.ts", "**/*.tsx", "**/*.astro"],
"exclude": ["node_modules"]
}