Skip to content

Commit

Permalink
⭐ New: Adds TypeScript definition generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ændrew Rininsland authored and Ændrew Rininsland committed Oct 4, 2016
1 parent 96cc1ac commit 1834f13
Show file tree
Hide file tree
Showing 15 changed files with 1,600 additions and 138 deletions.
23 changes: 23 additions & 0 deletions .jsdoc-ts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"tags": {
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["lib/", "package.json", "README.md"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"jsdoc2tsd": {
"interfacePrefix": ""
}
},
"opts": {
"destination": "./",
"encoding": "utf8",
"recurse": true,
"template": "./node_modules/tsd-jsdoc"
}
}
Loading

0 comments on commit 1834f13

Please sign in to comment.