diff --git a/src/index.ts b/src/index.ts index d9b12739..a3cc90f0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,10 +4,6 @@ import http from "http"; import mongoose from "mongoose"; import app from "./app"; import { GraphQLClient } from "graphql-request"; -// import { weekly_cron, weekly_init } from "./routes/weekly"; -// import { queue_element } from "./helpers/docker_queue"; -// import docker_cron from "./helpers/docker_queue"; -// import fs from "fs"; // Use for dev import path from "path"; diff --git a/tsconfig.json b/tsconfig.json index 75362370..ea27e5ff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,8 +4,8 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "lib": ["esnext"], - "module": "ES2020", - "moduleResolution": "Node16", + "module": "CommonJS", + "moduleResolution": "node", "noEmit": true, "resolveJsonModule": true, "strict": true,