tsconfig.json 123 B

12345
  1. {
  2. "extends": "@briven/config/tsconfig/react-library.json",
  3. "include": ["src"],
  4. "exclude": ["node_modules", "dist"]
  5. }