diff --git a/tsconfig.json b/tsconfig.json index 7a583d2..1399811 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,5 +11,5 @@ "@/*": ["./*"] }, }, - "include": ["src/**/*", "__test__/**/*", "eslintrc.json"] + "include": ["./src/**/*", "./__test__/**/*", "eslintrc.json"] }