4 Star 4 Fork 2

华为移动服务 / hms-push-serverdemo-nodejs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 584 Bytes
一键复制 编辑 原始数据 按行查看 历史
l00282963 提交于 2020-05-26 09:44 . first commit
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "dist",
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"newLine": "lf",
"types": [
"node"
]
},
"files": [
// "./node_modules/@types/mocha/index.d.ts",
"./node_modules/@types/node/index.d.ts",
],
"include": [
"src/**/*.ts",
"index.ts"
],
"exclude": [
"./node_modules",
"./dist"
]
}
TypeScript
1
https://gitee.com/hms-core/hms-push-serverdemo-nodejs.git
git@gitee.com:hms-core/hms-push-serverdemo-nodejs.git
hms-core
hms-push-serverdemo-nodejs
hms-push-serverdemo-nodejs
master

搜索帮助