Skip to content

Commit

Permalink
fix tsconfig (#1088)
Browse files Browse the repository at this point in the history
* fix tsconfig
  • Loading branch information
L0510410 authored Aug 11, 2022
1 parent c18aeb4 commit a4e8c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"lib": ["esnext"],
"module": "ES2020",
"moduleResolution": "Node16",
"module": "CommonJS",
"moduleResolution": "node",
"noEmit": true,
"resolveJsonModule": true,
"strict": true,
Expand Down

0 comments on commit a4e8c73

Please sign in to comment.