tsconfig.json 123 B

12345
  1. {
  2. "extends": "../../tsconfig.json",
  3. "include": [ ".", "../typings" ],
  4. "exclude": [ ] // Overwrite exclude property
  5. }