fix: implement allEntriesByFolder for proxy backend (#262)
This commit is contained in:
committed by
GitHub
parent
3c4973f321
commit
7ca3777197
@ -80,7 +80,9 @@ module.exports = {
|
||||
version: 'detect',
|
||||
},
|
||||
'import/resolver': {
|
||||
typescript: {}, // this loads <rootdir>/tsconfig.json to eslint
|
||||
typescript: {
|
||||
project: 'packages/core/tsconfig.json',
|
||||
}, // this loads <rootdir>/tsconfig.json to eslint
|
||||
},
|
||||
'import/core-modules': ['src'],
|
||||
},
|
||||
|
Reference in New Issue
Block a user