mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
9a77cd5565
Signed-off-by: David Mehren <git@herrmehren.de>
14 lines
234 B
JSON
14 lines
234 B
JSON
{
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "@nestjs/swagger",
|
|
"options": {
|
|
"introspectComments": true
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|