1 Star 0 Fork 29

陈明星/third_party_parse5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 881 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bo Jiang 提交于 2024-04-16 19:26 . [email protected]
{
"compilerOptions": {
"target": "es2019",
"module": "Node16",
"moduleResolution": "Node16",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"forceConsistentCasingInFileNames": true,
"importsNotUsedAsValues": "error",
"isolatedModules": true,
"composite": false,
"declarationMap": true,
"sourceMap": true
},
"references": [{ "path": "packages/parse5/tsconfig.json" }],
"typedocOptions": {
"out": "docs/build",
"name": "parse5",
"readme": "README.md",
"emit": "docs",
"excludeInternal": true,
"entryPointStrategy": "packages"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chen-ming-xing/third_party_parse5.git
[email protected]:chen-ming-xing/third_party_parse5.git
chen-ming-xing
third_party_parse5
third_party_parse5
master

搜索帮助