diff --git a/tsconfig.json b/tsconfig.json index a10f4d69cb..2931160440 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,10 +9,6 @@ "resolveJsonModule": true, "isolatedModules": true, "esModuleInterop": true, - // "noEmit": true, - // "noUnusedLocals": true, - // "noUnusedParameters": true, - // "noImplicitReturns": true, "skipLibCheck": true }, "ts-node": {