@alterior/annotations
Version:
Create and interact with Typescript metadata decorators
21 lines • 505 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
},
"include": [ "./src/**/*.ts" ],
"typedocOptions": {
"mode": "file",
"out": "../../docs/annotations",
"target": "ES5",
"excludeExternals": true,
"excludePrivate": true,
"externalPattern": "**/node_modules/**",
"exclude": "**/node_modules/**,**/dist*/**,**/example/**,**/*.test.ts",
"categoryOrder": [
"Entrypoint",
"*"
]
}
}