Enable ts strict mode for app

This commit is contained in:
hensm
2019-05-24 17:02:59 +01:00
parent db647e2295
commit 9c381c763a
7 changed files with 63 additions and 46 deletions

View File

@@ -4,4 +4,7 @@
"./src/**/*"
, "./@types/**/*"
]
, "compilerOptions": {
"strict": true
}
}