use grouped type definitions (#210)

This commit is contained in:
Ricardo Ambrogi
2020-01-08 12:10:03 +01:00
committed by GitHub
parent 99edca9ad8
commit 4fbc665977
288 changed files with 13446 additions and 23238 deletions

View File

@@ -33,5 +33,9 @@ module.exports = {
],
testMatch: [
"**/__tests__/*.ts"
],
testPathIgnorePatterns : [
"/node_modules",
"/dist"
]
};