diff --git a/tsconfig.node.json b/tsconfig.node.json index a6dfb115..b75212db 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -6,5 +6,5 @@ "moduleResolution": "Node", "allowSyntheticDefaultImports": true }, - "include": ["vite.config.ts"] + "include": ["vite.config.ts", "src/utils/TGBuild.ts"] }