Skip to content

Commit

Permalink
build: change tsconfig.json for build
Browse files Browse the repository at this point in the history
  • Loading branch information
dherges committed Mar 8, 2017
1 parent aae9452 commit a626053
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 9 additions & 2 deletions lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@
"experimentalDecorators": true,
"noEmitHelpers": true,
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "",
"rootDir": "./",
"outDir": "../dist",
"paths": {
"@angular/core": ["node_modules/@angular/core"],
"@angular/http": ["node_modules/@angular/http"],
"rxjs/*": ["node_modules/rxjs/*"]
},
"types": [
"node"
],
Expand All @@ -28,8 +34,9 @@
"**/*.shim.ts"
],
"angularCompilerOptions": {
"genDir": "../dist",
"entryModule": "./hal.module#HalModule"
"genDir": "../dist",
"entryModule": "./hal.module#HalModule",
"strictMetadataEmit": true
},
"compileOnSave": false,
"buildOnSave": false,
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"peerDependencies": {
"@angular/core": "^2.0.0",
"@angular/http": "^2.0.0",
"rxjs": "^5.0.0",
"zone.js": "^0.7.0"
"rxjs": "^5.0.0"
},
"devDependencies": {
"@angular/common": "^2.4.9",
Expand Down

0 comments on commit a626053

Please sign in to comment.