2020-09-13 11:25:23 +03:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "./"
|
|
|
|
},
|
|
|
|
"typedocOptions": {
|
2021-01-02 21:59:41 +03:00
|
|
|
"entryPoints": ["./index.ts", "./lib"],
|
2023-07-24 16:14:07 +03:00
|
|
|
"out": "docs-api"
|
2020-09-13 11:25:23 +03:00
|
|
|
}
|
|
|
|
}
|