tsconfig.app.es5.json 96 B

123456
  1. {
  2. "extends": "./tsconfig.app.json",
  3. "compilerOptions": {
  4. "target": "es5"
  5. }
  6. }