mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Remove solution style ts config
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
"outputPath": "dist",
|
||||
"index": "src/index.html",
|
||||
"main": "src/main.ts",
|
||||
"tsConfig": "tsconfig.app.json",
|
||||
"tsConfig": "tsconfig.json",
|
||||
"polyfills": "src/polyfills.ts",
|
||||
"baseHref": "/",
|
||||
"deployUrl": "",
|
||||
@@ -158,7 +158,7 @@
|
||||
"markdown-it-emoji/light",
|
||||
"sanitize-html",
|
||||
"debug",
|
||||
"p2p-media-loader-hlsjs",
|
||||
"@peertube/p2p-media-loader-hlsjs",
|
||||
"video.js",
|
||||
"sha.js/sha1",
|
||||
"postcss",
|
||||
@@ -298,7 +298,7 @@
|
||||
"builder": "@angular-devkit/build-angular:tslint",
|
||||
"options": {
|
||||
"tsConfig": [
|
||||
"tsconfig.app.json"
|
||||
"tsconfig.json"
|
||||
],
|
||||
"exclude": [
|
||||
"**/node_modules/**"
|
||||
|
||||
Reference in New Issue
Block a user