Skip to content

Commit

Permalink
Improve TypeScript typings
Browse files Browse the repository at this point in the history
- Remove custom chai and node typings
- Add path-based type declarations for test interfaces

[ci skip]
  • Loading branch information
jason0x43 committed Nov 17, 2016
1 parent d3a4e27 commit 18398d1
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 1,803 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"lodash-amd": "4.16.4",
"mimetype": "0.0.8",
"platform": "1.3.1",
"source-map": "0.1.33"
"source-map": "0.1.33",
"@types/chai": "3.4.34",
"@types/node": "6.0.48"
},
"devDependencies": {
"intern": "3.2.3"
Expand Down Expand Up @@ -56,4 +58,4 @@
"intern-client": "./bin/intern-client.js",
"intern-runner": "./bin/intern-runner.js"
}
}
}
Loading

0 comments on commit 18398d1

Please sign in to comment.