2 Star 3 Fork 0

mr.wesley.foxmail.com/基于特征挖掘的网络水军识别系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 889 Bytes
一键复制 编辑 原始数据 按行查看 历史
mr.wesley.foxmail.com 提交于 2023-06-07 03:19 . 1
{
"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,
"baseUrl": "./",
"paths": {
//将路径缩写映射为具体的路径
"@/*": [
"src/*"
],
"~/*": [
"./*"
]
}
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zWesley/Network-Navy-Identification.git
git@gitee.com:zWesley/Network-Navy-Identification.git
zWesley
Network-Navy-Identification
基于特征挖掘的网络水军识别系统
master

搜索帮助