From 72f1c54ffd5aea130ec2de00f2aa38357c2580e2 Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Mon, 6 Dec 2021 16:22:35 +0300 Subject: [PATCH] Small cleanup --- .vscodeignore | 1 - CHANGELOG.md | 6 +----- tsconfig.json | 9 ++++----- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.vscodeignore b/.vscodeignore index 3899967..e66871d 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -3,7 +3,6 @@ src/** .gitignore .yarnrc -vsc-extension-quickstart.md **/tsconfig.json **/.eslintrc.json **/*.map diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ec161..63ddb03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,5 @@ # Change Log -All notable changes to the "gitcheck" extension will be documented in this file. - -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. - -## [Unreleased] +## [0.0.1] - Initial release \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 8427a50..ee60f8a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,11 +8,10 @@ ], "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. */ + "strict": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "noUnusedParameters": true, }, "exclude": [ "node_modules",