Merged PR 333: Add mprocs + nodemon + fix eslint tsconfig not found

This commit is contained in:
Eric Nguyen 2023-02-14 10:06:36 +00:00
parent 3b99d0a020
commit e19d17c325
5 changed files with 119 additions and 2 deletions

View file

@ -19,7 +19,8 @@ module.exports = {
},
ecmaVersion: 'latest',
sourceType: 'module',
project: './tsconfig.json'
project: './tsconfig.json',
tsconfigRootDir: __dirname
},
plugins: [
'only-warn',