20 lines
420 B
JSON
20 lines
420 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist"
|
||
|
},
|
||
|
"include": [
|
||
|
"./src"
|
||
|
],
|
||
|
"typedocOptions": {
|
||
|
"name": "@mtcute/file-id",
|
||
|
"includeVersion": true,
|
||
|
"out": "../../docs/packages/file-id",
|
||
|
"listInvalidSymbolLinks": true,
|
||
|
"excludePrivate": true,
|
||
|
"entryPoints": [
|
||
|
"./src/index.ts"
|
||
|
]
|
||
|
}
|
||
|
}
|