Remove solution style ts config

This commit is contained in:
Chocobozzz
2021-08-17 14:01:51 +02:00
parent 1378c0d343
commit 1d4591fd9c
7 changed files with 68 additions and 93 deletions

View File

@@ -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/**"