schlechtenburg/packages/standalone/tsconfig.json

8 lines
122 B
JSON
Raw Normal View History

2022-03-17 17:59:51 +00:00
{
"extends": "../../tsconfig.json",
"typedocOptions": {
"entryPoints": ["lib/index.ts"],
"json": "docs"
}
}