Replace jsconfig.json with tsconfig.json

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

10
tsconfig.json Normal file
View File

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