From 5aa2e6c0c6e4c73d93307e9f70803237006afb28 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 20 Dec 2023 20:27:18 -0500 Subject: go back to lume --- tsconfig.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index b89cf17..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": "astro/tsconfigs/strictest", - "compilerOptions": { - "baseUrl": ".", - "paths": { - "@components/*": ["src/components/*"], - "@layouts/*": ["src/layouts/*"], - "@pages/*": ["src/pages/*"], - "@styles/*": ["src/styles/*"] - }, - - "plugins": [ - { - "name": "@astrojs/ts-plugin" - } - ] - } -} -- cgit v1.2.3