Skip to content

Commit 1ecc081

Browse files
committed
chore: tsconfig, eslintrc update
1 parent 8ae9dfe commit 1ecc081

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

projects/coreui-angular/.eslintrc.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
],
1111
"parserOptions": {
1212
"project": [
13-
"projects/coreui-angular/tsconfig.lib.json",
14-
"projects/coreui-angular/tsconfig.spec.json"
13+
"./tsconfig.json"
14+
// "projects/coreui-angular/tsconfig.lib.json",
15+
// "projects/coreui-angular/tsconfig.spec.json",
16+
// "./tsconfig.lib.json",
17+
// "./tsconfig.spec.json"
1518
],
1619
"createDefaultProgram": true
1720
},

projects/coreui-angular/tsconfig.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"files": [],
3+
"references": [
4+
{
5+
"path": "./tsconfig.lib.json"
6+
},
7+
{
8+
"path": "./tsconfig.lib.prod.json"
9+
},
10+
{
11+
"path": "./tsconfig.spec.json"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)