tsconfig.json 122 B

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