mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 06:13:22 -07:00
chore: update tsconfig
This commit is contained in:
parent
710edbc2f0
commit
22275ba419
2 changed files with 2 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
"index": "src/index.html",
|
||||
"main": "src/main.ts",
|
||||
"polyfills": "src/polyfills.ts",
|
||||
"tsConfig": "src/tsconfig.app.json",
|
||||
"tsConfig": "src/tsconfig.json",
|
||||
"assets": [
|
||||
"src/assets"
|
||||
],
|
||||
|
@ -114,7 +114,7 @@
|
|||
"builder": "@angular-devkit/build-angular:tslint",
|
||||
"options": {
|
||||
"tsConfig": [
|
||||
"src/tsconfig.app.json"
|
||||
"src/tsconfig.json"
|
||||
],
|
||||
"exclude": [
|
||||
"**/node_modules/**"
|
||||
|
@ -124,7 +124,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"defaultProject": "ombi",
|
||||
"cli": {
|
||||
"analytics": false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue