tsconfig.json 51 B

12345
  1. {
  2. "compilerOptions": {
  3. "target": "ES5"
  4. }
  5. }