Chore: Enable strict Typescript checks (#41198)

* Chore: Enable strict Typescript checking

* Chore: Remove old strict budget checks
This commit is contained in:
Josh Hunt
2021-11-02 15:23:44 +00:00
committed by GitHub
parent eb223a6645
commit 14ddb2939c
5 changed files with 2 additions and 25 deletions

View File

@@ -8,7 +8,6 @@
"scripts": {
"api-tests": "jest --notify --watch --config=devenv/e2e-api-tests/jest.js",
"build": "webpack --config scripts/webpack/webpack.prod.js",
"check-strict": "./scripts/ci-check-strict.sh",
"dev": "webpack --progress --color --config scripts/webpack/webpack.dev.js",
"e2e": "./e2e/start-and-run-suite",
"e2e:debug": "./e2e/start-and-run-suite debug",