diff --git a/.eslintrc.json b/.eslintrc.json index 29d8c6c..b832e27 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,8 +8,8 @@ "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": "latest", - "sourceType": "module" - // "project": ["./tsconfig.json"] + "sourceType": "module", + "project": ["./tsconfig.json"] }, "rules": {}, "ignorePatterns": ["coverage", "dist", "node_modules"] diff --git a/tsconfig.json b/tsconfig.json index b427da4..dca0a0c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,5 +8,5 @@ "strict": true, "skipLibCheck": true }, - "include": ["src/**/*", "__test__/**/*"] + "include": ["src/**/*", "__test__/**/*", "eslintrc.json"] }