Skip to content

Commit

Permalink
Disable typeCheck for browser compilation
Browse files Browse the repository at this point in the history
We have to disable this because of
frankwallis/plugin-typescript#127
(We are using bundling in combination with hmr).
  • Loading branch information
svi3c committed May 15, 2016
1 parent cd4a365 commit 951f8fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jspm.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SystemJS.config({
transpiler: 'plugin-babel',
typescriptOptions: {
'tsconfig': true,
'typeCheck': true
'typeCheck': false
},
sassPluginOptions: {
'autoprefixer': {
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,12 @@
"test": "jspm i && typings i && npm run check && npm run dist-test"
},
"devDependencies": {
"@angular/common": "^2.0.0-rc.0",
"@angular/compiler": "^2.0.0-rc.0",
"@angular/core": "^2.0.0-rc.0",
"@angular/platform-browser": "^2.0.0-rc.0",
"@angular/platform-browser-dynamic": "^2.0.0-rc.0",
"@angular/router": "^2.0.0-rc.0",
"@angular/router-deprecated": "^2.0.0-rc.0",
"@angular/common": "^2.0.0-rc.1",
"@angular/compiler": "^2.0.0-rc.1",
"@angular/core": "^2.0.0-rc.1",
"@angular/platform-browser": "^2.0.0-rc.1",
"@angular/platform-browser-dynamic": "^2.0.0-rc.1",
"@angular/router-deprecated": "^2.0.0-rc.1",
"@ngrx/store": "^1.5.0",
"autoprefixer": "^6.3.6",
"chokidar": "^1.4.3",
Expand Down

0 comments on commit 951f8fb

Please sign in to comment.