build: resolve dependencies properly

This commit is contained in:
EnixCoda 2018-11-08 12:20:56 +08:00
parent 848de531eb
commit 2d0ca7129f
No known key found for this signature in database
GPG key ID: 6825847C88AA329A

View file

@ -4,6 +4,7 @@
"target": "es2017",
"experimentalDecorators": true,
"baseUrl": "./",
"module": "commonjs",
"paths": {
"*" : ["src/*", "packages/*"]
}