4 Star 48 Fork 13

ghost-him/ZeroLaunch-rs

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 673 Bytes
一键复制 编辑 原始数据 按行查看 历史
ghost-him 提交于 2025-11-21 17:57 +08:00 . refactor: restructure ui components
{
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src-ui/**/*.ts", "src-ui/**/*.d.ts", "src-ui/**/*.tsx", "src-ui/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/ghost-him/ZeroLaunch-rs.git
git@gitee.com:ghost-him/ZeroLaunch-rs.git
ghost-him
ZeroLaunch-rs
ZeroLaunch-rs
main

搜索帮助