added analyze

This commit is contained in:
j.mei7
2022-03-26 20:55:07 +01:00
parent 52f791904a
commit 791000d47b
12 changed files with 108 additions and 11 deletions

View File

@@ -27,6 +27,7 @@
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
"strictTemplates": true,
"strictNullCheck": false,
}
}