Add specific tsconfig for eslint
This commit is contained in:
parent
e84b7cf6d3
commit
ef9cb663e7
@ -13,7 +13,7 @@ module.exports = {
|
|||||||
'./tsconfig.test.json',
|
'./tsconfig.test.json',
|
||||||
'./src/tsconfig.json',
|
'./src/tsconfig.json',
|
||||||
'./src/common/tsconfig.json',
|
'./src/common/tsconfig.json',
|
||||||
'./src/assets/ts/tsconfig.json',
|
'./src/assets/ts/tsconfig.eslint.json',
|
||||||
'./src/assets/views/tsconfig.json',
|
'./src/assets/views/tsconfig.json',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
6
src/assets/ts/tsconfig.eslint.json
Normal file
6
src/assets/ts/tsconfig.eslint.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"extends": "./tsconfig.json",
|
||||||
|
"include": [
|
||||||
|
"./**/*"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user