2 Star 1 Fork 1

shucai / 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
}
}
C++
1
https://gitee.com/shucai/snowboy.git
git@gitee.com:shucai/snowboy.git
shucai
snowboy
snowboy
master

搜索帮助