From 9332baab825cd7447655e1d4eff1390ee9227608 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Wed, 17 Mar 2021 17:32:29 +0100 Subject: [PATCH] Small fix in tsconfig.spec.json --- spec/tsconfig.spec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", "./"] }