diff --git a/tsconfig.json b/tsconfig.json index 0ea2bc1..0a3e844 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,6 @@ "outDir": "dist" }, "files": [ - "src/index.ts" + "src/analyse.ts" ] -} \ No newline at end of file +}