1 Star 0 Fork 0

qinfendeyuyu/genieacs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"lib": ["ES2022", "dom"],
"module": "ES2022",
"moduleResolution": "bundler",
"target": "ES2022",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"noImplicitReturns": true,
"strictFunctionTypes": true,
"isolatedModules": true,
"noEmit": true,
"allowImportingTsExtensions": true
},
"include": [
"./bin/*.ts",
"./lib/**/*",
"./ui/**/*",
"./test/**/*",
"./build/**/*"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangqingming/genieacs.git
git@gitee.com:yangqingming/genieacs.git
yangqingming
genieacs
genieacs
master

搜索帮助