jsconfig.json 90 B

123456
  1. {
  2. "compilerOptions": {
  3. "lib": ["esnext"],
  4. "module": "commonJS"
  5. }
  6. }