1 Star 1 Fork 0

li/onnxjs-node

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 709 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yulong Wang 提交于 2019-02-27 17:21 . add typescript declaration
{
"include": [
"lib",
"scripts",
"test"
],
"compileOnSave": true,
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"declarationDir": "types",
"esModuleInterop": true,
"target": "es5",
"lib": [
"es2015",
"dom",
],
"sourceMap": true,
"noUnusedLocals": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"alwaysStrict": true,
"strictNullChecks": true,
"noUnusedParameters": false,
"pretty": true,
"allowUnreachableCode": false,
"experimentalDecorators": true,
"downlevelIteration": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cavern/onnxjs-node.git
[email protected]:cavern/onnxjs-node.git
cavern
onnxjs-node
onnxjs-node
master

搜索帮助