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