Fix @coder imports

This commit is contained in:
Asher
2019-01-11 12:58:25 -06:00
committed by Kyle Carberry
parent 7cfeef36a8
commit 32294a5b1b
7 changed files with 547 additions and 66 deletions

View File

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