tsconfig.json 137 B

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