tsconfig.json 117 B

1234567
  1. {
  2. "compilerOptions": {
  3. "target": "ES5",
  4. "lib": ["ESNext", "DOM"],
  5. "strict": true,
  6. }
  7. }