aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-16 14:14:25 +0100
committerChocobozzz <me@florianbigard.com>2023-02-16 14:14:25 +0100
commit996951a02988c8b6b7e0d6bf084215a8292c89b1 (patch)
treef0c0213b9b0265ae89266398b4d2a708d96c014c /client/angular.json
parent182082f52d8cd94dc068ce39276af8243a00fb7c (diff)
downloadPeerTube-996951a02988c8b6b7e0d6bf084215a8292c89b1.tar.gz
PeerTube-996951a02988c8b6b7e0d6bf084215a8292c89b1.tar.zst
PeerTube-996951a02988c8b6b7e0d6bf084215a8292c89b1.zip
Fix angular configuration
Diffstat (limited to 'client/angular.json')
-rw-r--r--client/angular.json23
1 files changed, 6 insertions, 17 deletions
diff --git a/client/angular.json b/client/angular.json
index f9e7cb278..27215ca7c 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -297,23 +297,6 @@
297 "browserTarget": "PeerTube:build" 297 "browserTarget": "PeerTube:build"
298 } 298 }
299 }, 299 },
300 "test": {
301 "builder": "@angular-devkit/build-angular:karma",
302 "options": {
303 "main": "src/test.ts",
304 "karmaConfig": "./karma.conf.js",
305 "polyfills": "src/polyfills.ts",
306 "tsConfig": "src/tsconfig.spec.json",
307 "scripts": [],
308 "styles": [
309 "src/sass/application.scss"
310 ],
311 "assets": [
312 "src/assets/images",
313 "src/manifest.webmanifest"
314 ]
315 }
316 },
317 "lint": { 300 "lint": {
318 "builder": "@angular-eslint/builder:lint", 301 "builder": "@angular-eslint/builder:lint",
319 "options": { 302 "options": {
@@ -337,6 +320,12 @@
337 }, 320 },
338 "@schematics/angular:directive": { 321 "@schematics/angular:directive": {
339 "prefix": "my" 322 "prefix": "my"
323 },
324 "@angular-eslint/schematics:application": {
325 "setParserOptionsProject": true
326 },
327 "@angular-eslint/schematics:library": {
328 "setParserOptionsProject": true
340 } 329 }
341 }, 330 },
342 "cli": { 331 "cli": {