Try to fix embed webpack build

pull/1007/merge
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",
"dom"
],
"types": [
"jasmine"
],
"baseUrl": "src",
"paths": {
"@app/*": [ "app/*" ],
@ -33,6 +36,7 @@
"../node_modules",
"node_modules",
"dist",
"../server"
"../server",
"src/**/*.spec.ts"
]
}