9 Star 4 Fork 7

OpenHarmony-SIG/homecheck

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Yifei Xue 提交于 2024-06-01 09:49 . repo init
{
"compilerOptions": {
/* Visit https://aka.ms/tsconfig to read more about this file */
/* Language and Environment */
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
/* Modules */
"module": "commonjs", /* Specify what module code is generated. */
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
"strictPropertyInitialization": false,
"outDir": "dist",
/* Type Checking */
"strict": true, /* Enable all strict type-checking options. */
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"baseUrl": "./",
"paths": {
"@ArkAnalyzer/*": ["../arkanalyzer/*"]
}
},
"exclude": ["**/node_modules"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/openharmony-sig/homecheck.git
git@gitee.com:openharmony-sig/homecheck.git
openharmony-sig
homecheck
homecheck
master

搜索帮助