diff --git a/tsconfig.json b/tsconfig.json index c0e18ef..ab04c3e 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,16 +4,14 @@ "target": "ES6", "module": "CommonJS", "esModuleInterop": true, - "alwaysStrict": true, - "noUnusedLocals": false, + "isolatedModules": true, "strict": true, - "strictFunctionTypes": false, - "noImplicitAny": true, - "sourceMap": false, - "removeComments": false, + "alwaysStrict": true, + "strictFunctionTypes": true, "listEmittedFiles": true, + "noImplicitAny": true, + "noUnusedLocals": true, "noUnusedParameters": true, - "isolatedModules": true, "forceConsistentCasingInFileNames": true, "declaration": true, "declarationDir": "lib",