9 Star 0 Fork 29

OHOS_BES2600/third_party_parse5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 878 Bytes
一键复制 编辑 原始数据 按行查看 历史
yfwang6 提交于 2023-05-16 14:20 . [email protected]
{
"compilerOptions": {
"target": "es2019",
"module": "esnext",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"importsNotUsedAsValues": "error",
"isolatedModules": true,
"composite": true,
"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/ohos_bes2600/third_party_parse5.git
[email protected]:ohos_bes2600/third_party_parse5.git
ohos_bes2600
third_party_parse5
third_party_parse5
master

搜索帮助