18 Star 58 Fork 14

Ryan 钟/monitor-usage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ryan 钟 提交于 2023-10-23 18:00 . chore:改变测试文件路径
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"declaration": true,
"declarationDir": "es/types",
"outDir": "es",
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts"],
"exclude": ["node_modules", "test"],
"suppressImplicitAnyIndexErrors": true
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Ryan-Zhong/monitor-usage.git
[email protected]:Ryan-Zhong/monitor-usage.git
Ryan-Zhong
monitor-usage
monitor-usage
master

搜索帮助