{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.docs.json", "include": ["src/**/*.ts"], "compilerOptions": { "outDir": "dist-docs", "exactOptionalPropertyTypes": false } }