Try to fix embed webpack build
This commit is contained in:
parent
d02911fadd
commit
f2e05ffea7
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue