From 2cbc22348ef038181e1dc89635a3be005604a4ca Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 12 Feb 2024 20:29:15 -0500 Subject: back to astro --- tsconfig.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..67a5899 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,14 @@ +{ + "extends": "astro/tsconfigs/strictest", + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@assets/*": ["src/assets/*"], + "@components/*": ["src/components/*"], + "@layouts/*": ["src/layouts/*"], + "@pages/*": ["src/pages/*"], + "@root/*": ["*"], + "@styles/*": ["src/styles/*"], + }, + }, +} -- cgit v1.2.3