3 Star 0 Fork 0

mirrors_jaywcjlove/rehype-ignore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
小弟调调 提交于 2023-09-28 13:10 . chore: change to require Node.js 16
{
"compilerOptions": {
"target": "ES2022",
"module": "node16",
"moduleResolution": "node16",
"sourceMap": true,
"declaration": true,
"noFallthroughCasesInSwitch": true,
"noImplicitThis": true,
"strictBindCallApply": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"stripInternal": true,
"skipLibCheck": true,
"esModuleInterop": true,
"noImplicitAny": true,
"outDir": "lib",
"baseUrl": "."
},
"include": [
"src/**/*"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jaywcjlove/rehype-ignore.git
git@gitee.com:mirrors_jaywcjlove/rehype-ignore.git
mirrors_jaywcjlove
rehype-ignore
rehype-ignore
main

搜索帮助