chore: update tsconfig

This commit is contained in:
tidusjar 2022-06-03 21:35:16 +01:00
commit 22275ba419
2 changed files with 2 additions and 3 deletions

View file

@ -19,7 +19,7 @@
"index": "src/index.html", "index": "src/index.html",
"main": "src/main.ts", "main": "src/main.ts",
"polyfills": "src/polyfills.ts", "polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json", "tsConfig": "src/tsconfig.json",
"assets": [ "assets": [
"src/assets" "src/assets"
], ],
@ -114,7 +114,7 @@
"builder": "@angular-devkit/build-angular:tslint", "builder": "@angular-devkit/build-angular:tslint",
"options": { "options": {
"tsConfig": [ "tsConfig": [
"src/tsconfig.app.json" "src/tsconfig.json"
], ],
"exclude": [ "exclude": [
"**/node_modules/**" "**/node_modules/**"
@ -124,7 +124,6 @@
} }
} }
}, },
"defaultProject": "ombi",
"cli": { "cli": {
"analytics": false "analytics": false
} }