From 9485df0b4d4b5060690bd4a4bf1a2f6c87abfa12 Mon Sep 17 00:00:00 2001 From: Ailyn Diaz <95152597+ailynux@users.noreply.github.com> Date: Sun, 15 Sep 2024 00:51:05 -0600 Subject: [PATCH] Delete tsconfig.json --- tsconfig.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 04dbb38..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": "astro/tsconfigs/strict", - "compilerOptions": { - "jsx": "react-jsx", - "jsxImportSource": "react", - "moduleResolution": "node", - "module": "esnext", - "target": "esnext", - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "strict": true, - "baseUrl": ".", - "paths": { - "@/*": ["./src/*"] - }, - "outDir": "dist", - "rootDir": "src", - "plugins": [ - { - "name": "@astrojs/ts-plugin" - } - ] - }, - "include": ["src/**/*.ts", "src/**/*.astro"] -}