{ "extends": "../../tsconfig.base.json", "compilerOptions": { "composite": true, "lib": ["ES2019"], "outDir": "dist", "rootDir": ".", }, "include": [ "package.json", "src", ], "exclude": [ "**/*.test.ts", "bin", "dist", ], }