chore: fix typescript-eslint
This commit is contained in:
parent
91aa2c144d
commit
5b0e1ca0c3
3 changed files with 12 additions and 4 deletions
|
|
@ -29,5 +29,6 @@
|
|||
"esModuleInterop": true
|
||||
// "noImplicitReturns": true
|
||||
},
|
||||
"include": ["src", "tests", "package.json"]
|
||||
"include": ["src", "package.json"],
|
||||
"exclude": ["dist", "node_modules"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue