Skip to content

Commit c57b18b

Browse files
author
Ændrew Rininsland
committed
New TypeScript declaration generation method.
1 parent 22b889c commit c57b18b

File tree

5 files changed

+6235
-0
lines changed

5 files changed

+6235
-0
lines changed

.jsdoc-ts.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
{
3+
"tags": {
4+
"dictionaries": ["jsdoc"]
5+
},
6+
"source": {
7+
"include": ["lib/", "package.json", "README.md"],
8+
"includePattern": ".js$",
9+
"excludePattern": "(node_modules/|docs)"
10+
},
11+
"templates": {
12+
"cleverLinks": false,
13+
"monospaceLinks": true,
14+
"jsdoc2tsd": {
15+
"interfacePrefix": ""
16+
}
17+
},
18+
"opts": {
19+
"destination": "./",
20+
"encoding": "utf8",
21+
"recurse": true,
22+
"template": "./node_modules/tsd-jsdoc"
23+
}
24+
}

0 commit comments

Comments
 (0)