{ // For building the library. "extends": "./tsconfig.base.json", "compilerOptions": { "emitDeclarationOnly": true, "outDir": "dist", "rootDir": "./src" }, "include": ["src"] }