diff --git a/scm-ui/ui-types/.flowconfig b/scm-ui/ui-types/.flowconfig deleted file mode 100644 index 1fed445333..0000000000 --- a/scm-ui/ui-types/.flowconfig +++ /dev/null @@ -1,11 +0,0 @@ -[ignore] - -[include] - -[libs] - -[lints] - -[options] - -[strict] diff --git a/scm-ui/ui-types/package.json b/scm-ui/ui-types/package.json index 3638832111..fb971290a8 100644 --- a/scm-ui/ui-types/package.json +++ b/scm-ui/ui-types/package.json @@ -11,10 +11,9 @@ "author": "Sebastian Sdorra ", "license": "BSD-3-Clause", "scripts": { - "check": "flow check" + "typecheck": "tsc" }, "devDependencies": { - "flow-bin": "^0.109.0", "typescript": "^3.6.4" }, "babel": {