{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./dist/esm", "module": "ES2020" }, "exclude": [ "tailwind.config.js", "postcss.config.js" ] }