[typescript-angular2] build to dist folder

This commit is contained in:
Frederick Cai
2016-12-11 23:38:12 +13:00
parent c83c813865
commit 8e200970d4
6 changed files with 17 additions and 17 deletions

View File

@@ -9,7 +9,7 @@
"moduleResolution": "node",
"removeComments": true,
"sourceMap": true,
"outDir": "./lib",
"outDir": "./dist",
"noLib": false,
"declaration": true
},
@@ -17,7 +17,7 @@
"node_modules",
"typings/main.d.ts",
"typings/main",
"lib"
"dist"
],
"filesGlob": [
"./model/*.ts",