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