Skip to content

Commit

Permalink
fix: update exported types
Browse files Browse the repository at this point in the history
  • Loading branch information
OneLiL05 committed Oct 2, 2023
1 parent 0713752 commit 2bfc7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nurekit/src/helpers/schedule.helper.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IRawSchedule, ISchedule } from "../index.js";
import { IRawSchedule, ISchedule } from "../types/index.js";
import { transformTeachers } from "./teachers.helper.js";

export function transformSchedule(rawSchedule: IRawSchedule[]): ISchedule[] {
Expand Down
1 change: 1 addition & 0 deletions packages/nurekit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"outDir": "dist",
"strict": true,
"strictNullChecks": true,
"skipLibCheck": true
},
"include": ["src"]
}

0 comments on commit 2bfc7d8

Please sign in to comment.