Fix install and possibly Jest

This commit is contained in:
Asher
2019-01-11 11:47:23 -06:00
committed by Kyle Carberry
parent 9cd81f73fa
commit b40d8e75e8
9 changed files with 2533 additions and 63 deletions

10
packages/tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"plugins": [
{
"name": "tslint-language-service"
}
]
}
}