tsconfig.json 172 B

123456789
  1. {
  2. "extends": "@repo/typescript-config/react-library.json",
  3. "compilerOptions": {
  4. "outDir": "dist"
  5. },
  6. "include": ["src"],
  7. "exclude": ["node_modules", "dist"]
  8. }