{ "extends": "./tsconfig.build.json", "compilerOptions": { "composite": false, "rootDir": ".", }, "include": [ "src", "jest.config.js", ".eslintrc.js", "package.json" ], "exclude": [ "bin", "dist" ] }