Skip to content

Commit

Permalink
New TypeScript declaration generation method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ændrew Rininsland committed Apr 26, 2017
1 parent 22b889c commit c57b18b
Show file tree
Hide file tree
Showing 5 changed files with 6,235 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .jsdoc-ts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

{
"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 c57b18b

Please sign in to comment.