bump typescript to 4.5

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-01-18 00:08:58 +01:00
parent 4c176a81d6
commit 08fa6a604a
7 changed files with 92 additions and 14 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
],
"compilerOptions": {
"outDir": "dist-types",
"rootDir": "."
"rootDir": ".",
"useUnknownInCatchVariables": false
}
}