diff --git a/tsconfig.json b/tsconfig.json index 64c3dc9..86b24b9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,10 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, - "skipLibCheck": true + "skipLibCheck": true, + "rootDirs": [ + "src/**/*" + ] }, "include": [ "src/**/*"