1 Star 1 Fork 0

钟钟 / ionic2-demo

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
tsconfig.json 465 Bytes
Copy Edit Raw Blame History
zhongzhong0505 authored 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

Search