antos-frontend/tsconfig.json
DanyLE 961b7dd48f
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
fix: doc generation use latest typedoc version
2023-05-30 13:08:46 +02:00

15 lines
300 B
JSON

{
"compilerOptions": {
"target": "es6",
"skipLibCheck": true,
"declaration": true,
"lib": [
"es6", "dom", "es2017"
],
"outDir": "dist"
},
"typedocOptions": {
"entryPoints": ["src"]
},
"include": ["src/**/*.ts"]
}