1 Star 1 Fork 0

钟钟 / ionic2-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 465 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhongzhong0505 提交于 2017-03-29 21:24 . init commit
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"dom",
"es2015"
],
"module": "es2015",
"moduleResolution": "node",
"sourceMap": true,
"target": "es5"
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules"
],
"compileOnSave": false,
"atom": {
"rewriteTsconfig": false
}
}
TypeScript
1
https://gitee.com/zt_zhong/ionic2-demo.git
git@gitee.com:zt_zhong/ionic2-demo.git
zt_zhong
ionic2-demo
ionic2-demo
master

搜索帮助