diff --git a/spec/tsconfig.spec.json b/spec/tsconfig.spec.json index eb736d71..e8d5b37c 100644 --- a/spec/tsconfig.spec.json +++ b/spec/tsconfig.spec.json @@ -3,5 +3,5 @@ "compilerOptions": { "types": ["@league-of-foundry-developers/foundry-vtt-types", "jest"] }, - "include": ["src", "./"] + "include": ["../src", "./"] }