jsconfig.json 117 B

12345678
  1. {
  2. "compilerOptions": {
  3. "resolveJsonModule": true,
  4. "lib": [
  5. "esnext"
  6. ]
  7. }
  8. }