{ "extends": "../../typedoc-tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": ".", "emitDecoratorMetadata": true, "experimentalDecorators": true }, "include": ["./src/**/*", "./test/**/*", "./migrations/**/*"] }