tsconfig.json 103 B

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