[TS] Typecheck skipping
This commit is contained in:
parent
4a6f20fa7b
commit
e1fe6c2f3b
30 changed files with 30 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
// @ts-nocheck
|
||||
const buildPostgresEntry = (entry) => {
|
||||
const pgEntry = { ...entry };
|
||||
Object.keys(pgEntry).forEach((col) => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// @ts-nocheck
|
||||
// Imports
|
||||
import path from "node:path";
|
||||
import { URL } from "node:url";
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// @ts-nocheck
|
||||
import pg from "../postgres.js";
|
||||
import {
|
||||
deleteQuery,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue