diff --git a/.eslintrc.json b/.eslintrc.json index b832e27..3d9cf99 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,7 +9,8 @@ "parserOptions": { "ecmaVersion": "latest", "sourceType": "module", - "project": ["./tsconfig.json"] + "project": "./tsconfig.json", + "createDefaultProgram": true }, "rules": {}, "ignorePatterns": ["coverage", "dist", "node_modules"] diff --git a/tsconfig.json b/tsconfig.json index 1399811..706fb34 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "skipLibCheck": true, "paths": { "@/*": ["./*"] - }, + } }, "include": ["./src/**/*", "./__test__/**/*", "eslintrc.json"] }