Skip to content

Instantly share code, notes, and snippets.

View wjohnsto's full-sized avatar

Will Johnston wjohnsto

View GitHub Profile
@wjohnsto
wjohnsto / grunt tsd cordova
Created August 22, 2014 19:49
TSD cordova
module.exports = function (grunt) {
grunt.initConfig({
clean: {
options: {
force: true
},
tsd: [
'typings/.*',
'typings/*',
'typings/cordova/cordova-tests.ts',