1 Star 0 Fork 15

李游/idlize

forked from Nikolay Igotti/idlize 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig-generated.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
pavelmironchik 提交于 2024-07-10 08:49 . !391 Refactor peer lib
{
"compilerOptions": {
"target": "es2017",
"lib": ["ESNext", "ESNext.WeakRef"],
"moduleResolution": "node",
"composite": true,
"incremental": true,
"declarationMap": true,
"sourceMap": true,
"declaration": true,
"noEmitOnError": true,
"strict": true,
"skipLibCheck": true,
"removeComments": false,
"rootDir": "./",
"outDir": "build/peers",
"module": "CommonJS",
"baseUrl": ".",
"paths": {
"@arkoala/arkui": ["./generated/peers/koalaui/arkoala-arkui/src", "./"],
"@arkoala/arkui/*": ["./generated/peers/koalaui/arkoala-arkui/src/*", "./*"],
"@koalaui/arkoala": ["./generated/peers/koalaui/arkoala/src", "./"],
"@koalaui/common": ["./generated/peers/koalaui/arkui-common/src", "./"],
"@koalaui/interop": ["./generated/peers/koalaui/koala-interop/src", "./"],
"@koalaui/runtime": ["./generated/peers/koalaui/koala-runtime/src", "./"],
}
},
"include": [
"generated/peers/**/*",
"sdk/component/**/*"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liyou88/idlize.git
git@gitee.com:liyou88/idlize.git
liyou88
idlize
idlize
master

搜索帮助