Add tsconfig for tests and update eslint.
This commit is contained in:
@ -3,7 +3,7 @@ module.exports = {
|
||||
parserOptions: {
|
||||
ecmaVersion: "latest", // Allows the use of modern ECMAScript features
|
||||
sourceType: "module", // Allows for the use of imports
|
||||
project: "./tsconfig.json"
|
||||
project: ["./tsconfig.json", "./tsconfig.test.json"]
|
||||
},
|
||||
extends: ["plugin:@typescript-eslint/recommended"], // Uses the linting rules from @typescript-eslint/eslint-plugin
|
||||
env: {
|
||||
|
Reference in New Issue
Block a user