chore: fix typescript-eslint (#439)
This commit is contained in:
parent
53c1a54df5
commit
0096a6f197
3 changed files with 20 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