{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./dist/cjs", "module": "CommonJS" }, "exclude": [ "tailwind.config.js", "postcss.config.js", "**/__tests__/**", "**/__mocks__/**" ] }