Skip to content

Commit fedcea1

Browse files
committed
fix: tsconfig paths
1 parent 53bd125 commit fedcea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/coreui-angular/.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
],
1111
"parserOptions": {
1212
"project": [
13-
"projects/coreui-angular/tsconfig.lib.json",
14-
"projects/coreui-angular/tsconfig.spec.json"
13+
"./tsconfig.lib.json",
14+
"./tsconfig.spec.json"
1515
],
1616
"createDefaultProgram": true
1717
},

0 commit comments

Comments
 (0)