tsconfig.json 90 B

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