remove flow related configuration from ui-types and added typecheck script

This commit is contained in:
Sebastian Sdorra
2019-10-20 16:54:46 +02:00
parent 8deb0c7838
commit ef93e028bb
2 changed files with 1 additions and 13 deletions

View File

@@ -1,11 +0,0 @@
[ignore]
[include]
[libs]
[lints]
[options]
[strict]

View File

@@ -11,10 +11,9 @@
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
"license": "BSD-3-Clause",
"scripts": {
"check": "flow check"
"typecheck": "tsc"
},
"devDependencies": {
"flow-bin": "^0.109.0",
"typescript": "^3.6.4"
},
"babel": {