From fd5b5fedfec1921930257b1003245f3740536556 Mon Sep 17 00:00:00 2001 From: physcik Date: Fri, 10 Apr 2026 19:30:54 +0500 Subject: Front fix --- my-app/tsconfig.json | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 my-app/tsconfig.json (limited to 'my-app/tsconfig.json') diff --git a/my-app/tsconfig.json b/my-app/tsconfig.json deleted file mode 100644 index a273b0c..0000000 --- a/my-app/tsconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "compilerOptions": { - "target": "es5", - "lib": [ - "dom", - "dom.iterable", - "esnext" - ], - "allowJs": true, - "skipLibCheck": true, - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "strict": true, - "forceConsistentCasingInFileNames": true, - "noFallthroughCasesInSwitch": true, - "module": "esnext", - "moduleResolution": "node", - "resolveJsonModule": true, - "isolatedModules": true, - "noEmit": true, - "jsx": "react-jsx" - }, - "include": [ - "src" - ] -} -- cgit v1.3