{ "extends": "../../tsconfig.base.json", "compilerOptions": { "outDir": "./dist" }, "include": [ "./lib/**/*.ts", "./index.ts" ], "exclude": [ "./lib/**/*.spec.ts", "./lib/test-util.ts", ], "typedocOptions": { "entryPoints": [ "./lib" ], "entryPointStrategy": "expand", "out": "../../documentation/entraid" } }