From 0b1363b922b32e5e1e4529541b81d753433b614c Mon Sep 17 00:00:00 2001 From: semke Date: Tue, 10 Oct 2023 18:54:46 +0500 Subject: [PATCH] Delete useless tsconfig.next.json --- db-viewer-ui/tsconfig.next.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 db-viewer-ui/tsconfig.next.json diff --git a/db-viewer-ui/tsconfig.next.json b/db-viewer-ui/tsconfig.next.json deleted file mode 100644 index 6de7366f..00000000 --- a/db-viewer-ui/tsconfig.next.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "compilerOptions": { - "allowJs": false, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, - "target": "ESNext", - "useDefineForClassFields": true, - "lib": ["DOM", "DOM.Iterable", "ESNext"], - "skipLibCheck": true, - "strict": true, - "forceConsistentCasingInFileNames": true, - "module": "ESNext", - "moduleResolution": "Node", - "resolveJsonModule": true, - "isolatedModules": true, - "noEmit": true, - "jsx": "react-jsx" - }, - "include": ["src", "vite.config.ts"], -}