k-maru / grunt-typescript

MIT License
137 stars 60 forks source link

Update package.json for TypeScript 1.6 & up #112

Closed JoshuaKGoldberg closed 9 years ago

JoshuaKGoldberg commented 9 years ago

TS 1.6 came out with features like extending HTMLElement, and grunt-typescript won't update for it.

JoshuaKGoldberg commented 9 years ago

...as a Halo fan, I very much appreciate being your build #117.

groege commented 8 years ago
"grunt-typescript": {
    "version":"0.7.0",
    "from":"typescript@0.7.0",
    "dependencies": {
        "typescript":{
            "version":"1.6.2",
            "from":"typescript@1.6.2"
        }   
    }               
},

I added this to my dependency to update the typescript version --> but abstract classes won't work

theBull commented 8 years ago

@groege Did you find any resolution with this?

groege commented 8 years ago

switched from "grunt-typescript" to "grunt-ts" --> almost the same just up to date ;)