jsconfig.json 109 B

12345678
  1. {
  2. "exclude": [
  3. "lib/**"
  4. ],
  5. "compilerOptions": {
  6. "target": "esnext"
  7. }
  8. }