Add specific tsconfig for eslint

This commit is contained in:
Alice Gaudon 2021-11-10 17:07:05 +01:00
parent e84b7cf6d3
commit ef9cb663e7
2 changed files with 7 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module.exports = {
'./tsconfig.test.json',
'./src/tsconfig.json',
'./src/common/tsconfig.json',
'./src/assets/ts/tsconfig.json',
'./src/assets/ts/tsconfig.eslint.json',
'./src/assets/views/tsconfig.json',
]
},

View File

@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"include": [
"./**/*"
]
}