1 Star 0 Fork 0

harrytsz/snowboy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 905 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dolan 提交于 2017-05-26 11:49 . Turned on type script definitions
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"isolatedModules": false,
"jsx": "react",
"experimentalDecorators": false,
"emitDecoratorMetadata": false,
"declaration": true,
"noImplicitAny": true,
"noImplicitUseStrict": false,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"removeComments": true,
"noLib": false,
"preserveConstEnums": true,
"suppressImplicitAnyIndexErrors": true
},
"files": [
"lib/node/index.ts",
"lib/node/node-pre-gyp.d.ts",
"lib/node/SnowboyDetectNative.d.ts",
"node_modules/@types/node/index.d.ts"
],
"exclude": [
"node_modules"
],
"compileOnSave": true,
"buildOnSave": false,
"atom": {
"rewriteTsconfig": false
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/harrytsz/snowboy.git
git@gitee.com:harrytsz/snowboy.git
harrytsz
snowboy
snowboy
master

搜索帮助