diff --git a/index.js b/index.js index a7dc095..0b8eb9b 100644 --- a/index.js +++ b/index.js @@ -23,6 +23,7 @@ module.exports = { "ecmaFeatures": { "jsx": true }, + "project": "./tsconfig.json", "ecmaVersion": 12, "sourceType": "module" }, diff --git a/package.json b/package.json index 4222b17..aedf676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alpin11/eslint-config", - "version": "0.3.1", + "version": "0.3.2", "description": "Extendable lint config used by alpin11", "author": "Dominik Ager (https://www.alpin11.com/)", "main": "index.js",