{ "extends": "../../tsconfig.base.json", "compilerOptions": { "outDir": "dist", "rootDir": "." }, "include": [ "src", "package.json", "**/*.d.ts" ], "exclude": [ "node_modules", "dist", "src/jest", ".babelrc.js", "jest.config.js", "webpack", "bin", "assets", "scripts", "**/@types/mocha/*", "**/*.test.ts", "**/__snapshots__/**", "**/__mocks__/*" ] }