Replace jsconfig.json with tsconfig.json

This commit is contained in:
prototypa
2022-09-11 02:21:55 -04:00
parent b1e04c2ea8
commit 34d8960db0

View File

@ -1,5 +1,7 @@
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"types": ["astro/client"],
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]