Add tsconfig for tests and update eslint.
This commit is contained in:
@ -5,7 +5,8 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node dist/index.js",
|
||||
"lint": "eslint . --fix",
|
||||
"lint": "eslint src/ --fix",
|
||||
"lint-test": "eslint test/ --fix",
|
||||
"test": "jest test/ --config jest.config.ts"
|
||||
},
|
||||
"author": "",
|
||||
|
Reference in New Issue
Block a user