tsconfig.lint.json 181 B

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