21 lines
473 B
JSON
21 lines
473 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"declarationMap": false,
|
|
"emitDeclarationOnly": false,
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"skipLibCheck": false,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"typedocOptions": {
|
|
"out": "build/api",
|
|
"readme": "none",
|
|
"excludeExternals": true,
|
|
"excludePrivate": true
|
|
}
|
|
}
|