Merged PR 333: Add mprocs + nodemon + fix eslint tsconfig not found
This commit is contained in:
parent
3b99d0a020
commit
e19d17c325
5 changed files with 119 additions and 2 deletions
|
@ -19,7 +19,8 @@ module.exports = {
|
|||
},
|
||||
ecmaVersion: 'latest',
|
||||
sourceType: 'module',
|
||||
project: './tsconfig.json'
|
||||
project: './tsconfig.json',
|
||||
tsconfigRootDir: __dirname
|
||||
},
|
||||
plugins: [
|
||||
'only-warn',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue