From 34d8960db07dcef33cd18e85f10a8cfef51f3578 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sun, 11 Sep 2022 02:21:55 -0400 Subject: [PATCH] Replace jsconfig.json with tsconfig.json --- jsconfig.json => tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) rename jsconfig.json => tsconfig.json (58%) diff --git a/jsconfig.json b/tsconfig.json similarity index 58% rename from jsconfig.json rename to tsconfig.json index 56c62bf..d94df0f 100644 --- a/jsconfig.json +++ b/tsconfig.json @@ -1,5 +1,7 @@ { + "extends": "astro/tsconfigs/base", "compilerOptions": { + "types": ["astro/client"], "baseUrl": ".", "paths": { "~/*": ["src/*"]