tsconfig.json 79 B

12345678
  1. {
  2. "include": [
  3. ".src/**/*"
  4. ],
  5. "exclude": [
  6. ]
  7. }