Skip to content

Instantly share code, notes, and snippets.

View JackClown's full-sized avatar
💭
🤨

Shengjie Lu JackClown

💭
🤨
  • Ningbo Zhejiang, China
View GitHub Profile
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active July 21, 2024 09:31
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@felskov
felskov / type-check.mjs
Last active March 4, 2024 05:56
simple script to run TypeScript in --incremental --noEmit mode, while ignoring errors in any files outside the project folder (useful in mono repos with different and incompatible tsconfig.json's per package)
#!/usr/bin/env node
import path from "path";
import ts from "typescript";
//
// parse tsconfig.json
//
const configFilePath = ts.findConfigFile(