Try to fix embed webpack build

This commit is contained in:
Chocobozzz 2018-09-03 11:26:19 +02:00
parent d02911fadd
commit f2e05ffea7
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,9 @@
"es2015", "es2015",
"dom" "dom"
], ],
"types": [
"jasmine"
],
"baseUrl": "src", "baseUrl": "src",
"paths": { "paths": {
"@app/*": [ "app/*" ], "@app/*": [ "app/*" ],
@ -33,6 +36,7 @@
"../node_modules", "../node_modules",
"node_modules", "node_modules",
"dist", "dist",
"../server" "../server",
"src/**/*.spec.ts"
] ]
} }