1 Star 0 Fork 17

陈天 / 快验网络验证系统web后台代理端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 663 Bytes
一键复制 编辑 原始数据 按行查看 历史
暗月隐落 提交于 2023-08-18 15:32 . 初始化
{
"compilerOptions": {
"noImplicitAny": false,
"allowJs": true,
"target": "ESNext",
"useDefineForClassFields": true,
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"jsx": "preserve",
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"noEmit": true,
"baseUrl": "./",
"paths": {
"@":["src"],
"@/*":["./src/*"],
"com/*":["./src/components/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }],
}
1
https://gitee.com/hakwolf/KuaiYanWebAgent.git
git@gitee.com:hakwolf/KuaiYanWebAgent.git
hakwolf
KuaiYanWebAgent
快验网络验证系统web后台代理端
快验web代理端

搜索帮助