MOBILE-2430 tsconfig: Add typeGroups in tsconfig

main
Pau Ferrer Ocaña 2018-06-11 13:18:42 +02:00
parent 8292955fae
commit af3b0fe2e8
1 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,10 @@
"@components/*": ["components/*"],
"@directives/*": ["directives/*"],
"@pipes/*": ["pipes/*"]
}
},
"typeRoots": [
"node_modules/@types"
]
},
"include": [
"src/**/*.ts"