2 Star 3 Fork 1

JustinXu / ionic3-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 465 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yann Braga 提交于 2017-02-21 17:52 . migrating to ionic2 final
{
"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
}
}
1
https://gitee.com/details/ionic3-demo.git
git@gitee.com:details/ionic3-demo.git
details
ionic3-demo
ionic3-demo
master

搜索帮助