tsconfig.json 117 B

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