add paths in tsconfig.json

This commit is contained in:
sculove
2017-08-23 13:57:07 +09:00
parent 3b8bfbac95
commit 2977b3791d

View File

@@ -18,5 +18,8 @@
"files": [
"index.d.ts",
"egjs__component-tests.ts"
]
],
"paths":{
"@egjs/component": ["egjs__component"]
}
}