1 Star 0 Fork 1

zdmm/face-api.js

forked from Admin/face-api.js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 927 Bytes
一键复制 编辑 原始数据 按行查看 历史
vincent 提交于 2019-09-13 20:28 . update tfjs-core to latest
{
"compilerOptions": {
//"allowUnreachableCode": true,
//"noUnusedLocals": false,
//"noUnusedParameters": false,
"removeComments": false,
"preserveConstEnums": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"declaration": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noFallthroughCasesInSwitch": true,
"suppressImplicitAnyIndexErrors": true,
"strictNullChecks": true,
"importHelpers": true,
"skipLibCheck": true,
"outDir": "build/commonjs",
"module": "commonjs",
"target": "es5",
"moduleResolution": "node",
"lib": ["es2015", "dom"],
"typeRoots": [
"typings",
"node_modules/@types"
]
},
"formatCodeOptions": {
"indentSize": 2,
"tabSize": 2
},
"exclude": [
"node_modules",
"dist"
],
"include": [
"src"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zdmm/face-api.js.git
git@gitee.com:zdmm/face-api.js.git
zdmm
face-api.js
face-api.js
master

搜索帮助