tsconfig.json 131 B

12345
  1. {
  2. "extends": "tsconfig/react-library.json",
  3. "include": ["."],
  4. "exclude": ["dist", "build", "node_modules", "**/*.test.ts"]
  5. }