mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Try to fix embed webpack build
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user