tsconfig.json 105 B

123456789
  1. {
  2. "compilerOptions": {
  3. "target": "ES5"
  4. },
  5. "exclude": [
  6. "node_modules",
  7. "typings"
  8. ]
  9. }