Archived
1
0

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

@ -8,7 +8,13 @@
"declaration": true,
"sourceMap": true,
"strict": true,
"importHelpers": true,
"experimentalDecorators": true,
"plugins": [
{
"name": "tslint-language-service"
}
],
"paths": {
"@coder/*": [
"./packages/*/src"