diff --git a/tsconfig.json b/tsconfig.json index bed8304..b3ec79a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,5 +9,6 @@ "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true - } + }, + "include": ["src"] }