diff --git a/tsconfig.json b/tsconfig.json index a4c57943a..b61a9b28b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,5 +13,6 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true - } + }, + "include": ["src"] }