Merge branch 'master' into tslint_celan

This commit is contained in:
Daniel Imms
2019-06-27 18:37:43 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@
!typings/*.d.ts
# Blacklist - (normal behavior) these will override any whitelist
*.d.ts.map
*.test.ts
*.test.d.ts
*.test.js
+2 -1
View File
@@ -2,6 +2,7 @@
"extends": "./tsconfig-base.json",
"compilerOptions": {
"composite": true,
"strict": true
"strict": true,
"declarationMap": true
}
}