tsconfig.json 60B

12345
  1. {
  2. "compilerOptions": {
  3. "lib": ["esnext", "dom"]
  4. }
  5. }