{ "extends": "../../tsconfig.json", "compilerOptions": { "declaration": true, "outDir": "../../dist/libs/shared" }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "test", "**/*spec.ts"] }