refactor: fix type guard (#404)

This commit is contained in:
2022-03-27 18:25:23 +08:00
committed by GitHub
parent b89897aafc
commit 382d04667b
53 changed files with 519 additions and 274 deletions

View File

@@ -6,6 +6,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"strictNullChecks": false,
"allowSyntheticDefaultImports": true,
"target": "ES2019",
"sourceMap": true,