18 lines
299 B
JSON
18 lines
299 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true,
|
|
"dictionaries": ["jsdoc", "closure"]
|
|
},
|
|
"source": {
|
|
"include": ["./lib"],
|
|
"includePattern": ".(jsx|js|ts|tsx)$"
|
|
},
|
|
"sourceType": "module",
|
|
"plugins": [
|
|
"jsdoc-plugin-typescript"
|
|
],
|
|
"typescript": {
|
|
"moduleRoot": "src"
|
|
}
|
|
}
|