diff --git a/tsconfig.json b/tsconfig.json index b816a73..c527c46 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,6 @@ "esModuleInterop": true, "isolatedModules": true, "skipLibCheck": true - } + }, + "include": ["src"] }