From ef93e028bb92233a312ae81069dcfb4c7661038d Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sun, 20 Oct 2019 16:54:46 +0200 Subject: [PATCH] remove flow related configuration from ui-types and added typecheck script --- scm-ui/ui-types/.flowconfig | 11 ----------- scm-ui/ui-types/package.json | 3 +-- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 scm-ui/ui-types/.flowconfig 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": {