1 Star 0 Fork 17

Jiakai Shi/idlize

forked from Nikolay Igotti/idlize 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig-loader.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
Nikolay Igotti 提交于 2024-11-19 12:01 . !989 Callbacks and deferred API
{
"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,
"outDir": "build/lib",
"rootDirs": ["external/arkoala-arkts/loader/src", "external/incremental", "external/interop"],
"module": "CommonJS",
"baseUrl": ".",
"paths": {
"@koalaui/interop": ["./external/interop/src/arkts"],
"@koalaui/common": ["./external/incremental/common/src"],
"@koalaui/compat": ["./external/incremental/compat/src/typescript"],
}
},
"include": ["./external/arkoala-arkts/loader/src/loader.ts"],
"references": [
{ "path": "./external/incremental/common" },
{ "path": "./external/interop" },
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/VictorS67/idlize.git
git@gitee.com:VictorS67/idlize.git
VictorS67
idlize
idlize
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385