[TS] Typecheck skipping

This commit is contained in:
Dunemask 2024-03-29 16:54:12 -06:00
parent 4a6f20fa7b
commit e1fe6c2f3b
30 changed files with 30 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// @ts-nocheck
import { VERB } from "./logging.js";
export default class ExpressClientError extends Error {

View file

@ -1,3 +1,4 @@
// @ts-nocheck
// Imports
import { Chalk } from "chalk";
const { redBright, greenBright, yellowBright, cyanBright, magentaBright } =