feat(schematics): disable typescript mismatch warnings

This commit is contained in:
vsavkin 2017-12-13 13:42:10 -05:00
parent b17d9717e9
commit ecb87a0dcd

View File

@ -53,5 +53,8 @@
"service": {
"spec": false
} <% } %>
},
"warnings": {
"typescriptMismatch": false
}
}