Skip to content

Commit 1834f13

Browse files
Ændrew RininslandÆndrew Rininsland
authored andcommitted
⭐ New: Adds TypeScript definition generation
1 parent 96cc1ac commit 1834f13

15 files changed

+1600
-138
lines changed

.jsdoc-ts.json

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

0 commit comments

Comments
 (0)