Skip to content

Commit

Permalink
Add skipLibCheck to fix bug dcodeIO/long.js#109
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Sep 11, 2024
1 parent ff9fb9b commit 1f57827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sync-alerts/start.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* * */

import parseAlertV2 from '@/services/parseAlertV2.js';
import SERVERDB from '@/services/SERVERDB.js';
import parseAlertV2 from '@/services/parseAlertV2.js';
import { Alert } from '@/types/alerts.types.js';
import LOGGER from '@helperkits/logger';
import TIMETRACKER from '@helperkits/timer';
Expand Down
3 changes: 2 additions & 1 deletion sync-alerts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"allowJs": true,
"outDir": "dist",
"sourceMap": true,
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true
},
"exclude": ["**/node_modules", "**/.*/", "**/dist/"]
}

0 comments on commit 1f57827

Please sign in to comment.