amical/packages/ui/tsconfig.json
Haritabh 95cb9f11f8
chore: add swift helper (#11)
* chore: add swift helper

* chore: separate out types into types pkg

* chore: only build apps/www for now

* chore: don't build swift helper as part of pnpm i
2025-05-24 05:30:25 +05:30

8 lines
174 B
JSON

{
"extends": "@amical/typescript-config/react-library.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}