From 54f21e34c4a53d7f82f5107a706da875e7891fa1 Mon Sep 17 00:00:00 2001 From: Rin Arakaki Date: Mon, 13 Feb 2023 03:26:02 +0900 Subject: [PATCH] Delete tsconfig.json --- tsconfig.json | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index e6da809..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "compilerOptions": { - "allowJs": false, - "checkJs": false, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, - "module": "commonjs", - "moduleResolution": "node", - "newLine": "LF", - "noEmitOnError": true, - "noErrorTruncation": true, - "noFallthroughCasesInSwitch": true, - "noImplicitAny": true, - "noImplicitReturns": true, - "noImplicitThis": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "outDir": "dist", - "pretty": true, - "removeComments": true, - "resolveJsonModule": true, - "strict": true, - "suppressImplicitAnyIndexErrors": false, - "target": "es2018", - "declaration": false, - "sourceMap": false - }, - "include": [ - "src/**/*.ts" - ] -}