diff --git a/src/utils/data.ts b/src/utils/data.ts index dec86da..6785dc7 100644 --- a/src/utils/data.ts +++ b/src/utils/data.ts @@ -3,7 +3,7 @@ // bot to function correctly // -------------------------------------------------- -import { IClass, IExamTimetable } from "src/types"; +import { IClass, IExamTimetable } from "../types"; /** * Source code for the bot, hosted on Github. diff --git a/tsconfig.json b/tsconfig.json index 7d40b64..09c9da0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ "esModuleInterop": true, "downlevelIteration": true, "noEmitOnError": true, - "skipDefaultLibCheck": true, + "skipDefaultLibCheck": true }, "exclude": ["./dist", "./node_modules"], "include": ["./src"]