Skip to content

Commit 48c63bf

Browse files
committed
Fix Angular configuration
1 parent b61d40d commit 48c63bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Blockcore.Explorer/ClientApp/angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@
9595
"inlineStyleLanguage": "scss",
9696
"main": "src/test.ts",
9797
"polyfills": "src/polyfills.ts",
98-
"tsConfig": "src/tsconfig.spec.json",
98+
"tsConfig": "tsconfig.spec.json",
9999
"karmaConfig": "src/karma.conf.js",
100100
"styles": [
101-
"src/styles.css"
101+
"src/styles.scss"
102102
],
103103
"scripts": [],
104104
"assets": [
@@ -111,8 +111,8 @@
111111
"builder": "@angular-devkit/build-angular:tslint",
112112
"options": {
113113
"tsConfig": [
114-
"src/tsconfig.app.json",
115-
"src/tsconfig.spec.json"
114+
"tsconfig.app.json",
115+
"tsconfig.spec.json"
116116
],
117117
"exclude": [
118118
"**/node_modules/**"

0 commit comments

Comments
 (0)