Version bump v5.1.0

This commit is contained in:
2020-11-25 10:07:26 +05:30
parent b583b90756
commit d9e0397b21
9 changed files with 21 additions and 13 deletions

View File

@ -1,3 +1,4 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
@ -12,7 +13,7 @@
"src/polyfills.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}