From 9bd6e5b9ad66e8911d7363b080aa019f0cbb6fdd Mon Sep 17 00:00:00 2001 From: e11sy Date: Wed, 22 May 2024 18:48:00 +0300 Subject: [PATCH] removed unwanted tsconfig part --- tsconfig.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 2828649d..56cdbd2a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,16 +27,4 @@ "codex-ui/vue": ["../codex-ui/dist/types/vue/index.d.ts"] } }, - "include": [ - "src/**/*.ts", - "src/**/*.vue", - "vite.config.ts", - ".eslint.config.mjs" - ], - "exclude": [ - "node_modules", - "codex-ui", - "eslint.config.mjs", - "postcss.config.js", - ] }