Skip to content

Commit

Permalink
build: tsconfig, typings
Browse files Browse the repository at this point in the history
  • Loading branch information
bpowers committed Jul 13, 2016
1 parent afddcf2 commit 84e357a
Show file tree
Hide file tree
Showing 6 changed files with 658 additions and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"allowJs": true,
"noImplicitAny": true,
"removeComments": true,
Expand Down
2 changes: 2 additions & 0 deletions typings.json
@@ -1,9 +1,11 @@
{
"globalDependencies": {
"chai": "registry:dt/chai#3.4.0+20160601211834",
"dropboxjs": "registry:dt/dropboxjs#0.0.0+20160317120654",
"es6-promise": "registry:dt/es6-promise#0.0.0+20160614011821",
"filesystem": "registry:dt/filesystem#0.0.0+20160316155526",
"filewriter": "registry:dt/filewriter#0.0.0+20160316155526",
"mocha": "registry:dt/mocha#2.2.5+20160619032855",
"node": "registry:dt/node#6.0.0+20160709114037"
}
}

0 comments on commit 84e357a

Please sign in to comment.