diff --git a/tsconfig.json b/tsconfig.json index b4f9a2d..480a0bf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,5 +8,8 @@ "declaration": true, "declarationMap": true, "outDir": "./out", - } + }, + "include": [ + "./src" + ] } \ No newline at end of file