Skip to content

Commit

Permalink
Fix Angular configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Jun 20, 2022
1 parent b61d40d commit 48c63bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Blockcore.Explorer/ClientApp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@
"inlineStyleLanguage": "scss",
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.spec.json",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
"src/styles.css"
"src/styles.scss"
],
"scripts": [],
"assets": [
Expand All @@ -111,8 +111,8 @@
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
"tsconfig.app.json",
"tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
Expand Down

0 comments on commit 48c63bf

Please sign in to comment.