2021-09-12 12:21:44 +00:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"include": ["src"],
|
|
|
|
"exclude": ["node_modules", "dist", "docs"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./dist/types",
|
|
|
|
"rootDir": "src",
|
2021-09-12 13:00:31 +00:00
|
|
|
"baseUrl": "src",
|
|
|
|
"emitDeclarationOnly": false
|
|
|
|
},
|
|
|
|
"typedocOptions": {
|
|
|
|
"entryPoints": ["src/index.ts"],
|
|
|
|
"out": "docs"
|
2021-09-12 12:21:44 +00:00
|
|
|
}
|
|
|
|
}
|