Hi guys I had the same problem but I did this and that message stopped showing… I hope help us.
tsconfig.json
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["node", "jest"]
},
"include": [...],
"angularCompilerOptions": {
"strictTemplates": true
}
}
Configuration