fix: doc generation use latest typedoc version
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit

This commit is contained in:
DanyLE 2023-05-30 13:08:46 +02:00
parent 3f706b2ab1
commit 961b7dd48f

View File

@ -9,11 +9,7 @@
"outDir": "dist" "outDir": "dist"
}, },
"typedocOptions": { "typedocOptions": {
"entryPoints": ["src"], "entryPoints": ["src"]
"jsDocCompatibility": {
"exampleTag": true,
"defaultTag": true
}
}, },
"include": ["src/**/*.ts"] "include": ["src/**/*.ts"]
} }