From e8563a5e6f431fb953ad738262b5150b8349582d Mon Sep 17 00:00:00 2001 From: NeonXP Date: Sun, 6 Aug 2023 01:23:45 +0300 Subject: fix if err... code action --- tsconfig.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 622cc91..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "compilerOptions": { - "module": "commonjs", - "target": "es2020", - "outDir": "out", - "lib": [ - "es2020" - ], - "sourceMap": true, - "rootDir": "src", - "strict": true, /* enable all strict type-checking options */ - /* Additional Checks */ - // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ - // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ - // "noUnusedParameters": true, /* Report errors on unused parameters. */, - "allowJs": false - }, - "exclude": [ - "node_modules", - ".vscode-test" - ] -} -- cgit v1.2.3