diff --git a/tsconfig.json b/tsconfig.json index 4c2537b0..ee14fa1e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "include": ["src", "test"], + "include": ["./src", "./test"], "exclude": ["node_modules", "**/__tests__/*"], "compilerOptions": { "target": "es2019",