2021-05-22 18:20:07 +03:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./dist"
|
|
|
|
},
|
|
|
|
"include": [
|
2021-06-06 00:37:44 +03:00
|
|
|
"./index.ts"
|
2021-05-22 18:20:07 +03:00
|
|
|
],
|
|
|
|
"typedocOptions": {
|
2021-08-05 20:38:24 +03:00
|
|
|
"name": "@mtcute/sqlite",
|
2021-05-22 18:20:07 +03:00
|
|
|
"includeVersion": true,
|
2021-05-23 01:56:59 +03:00
|
|
|
"out": "../../docs/packages/sqlite",
|
2021-05-22 18:20:07 +03:00
|
|
|
"listInvalidSymbolLinks": true,
|
|
|
|
"excludePrivate": true,
|
|
|
|
"entryPoints": [
|
2021-07-30 17:40:50 +03:00
|
|
|
"./index.ts"
|
2021-05-22 18:20:07 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|