1 Star 0 Fork 13

尋常 / TensorFlow.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"module": "ES2015",
"moduleResolution": "node",
"noImplicitAny": true,
"sourceMap": true,
"inlineSources": true,
"removeComments": false,
"preserveConstEnums": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"target": "es2017",
"lib": [
"es2017",
"dom"
],
"outDir": "./dist",
"noUnusedLocals": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedParameters": false,
"pretty": true,
"noFallthroughCasesInSwitch": true,
"allowUnreachableCode": false,
"incremental": true,
"plugins": [
{
"name": "@bazel/tsetse",
"disabledRules": [
"must-use-promises",
"must-type-assert-json-parse",
"ban-promise-as-condition"
]
}
]
},
"include": [
"**/src/"
],
"exclude": [
"bazel-out",
"dist",
"tfjs",
"tfjs-automl",
"tfjs-backend-nodegl",
"tfjs-backend-wasm",
"tfjs-backend-webgpu",
"tfjs-node",
"tfjs-node-gpu",
"tfjs-react-native",
"tfjs-vis",
"node_modules"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ZhangXianKai/TensorFlowjs.git
git@gitee.com:ZhangXianKai/TensorFlowjs.git
ZhangXianKai
TensorFlowjs
TensorFlow.js
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891