tsconfig.json 167 B

12345678910
  1. {
  2. "compilerOptions": {
  3. "target": "es2020",
  4. "lib": ["es2020"],
  5. "allowJs": true,
  6. "noEmit": true,
  7. "strict": true,
  8. "esModuleInterop": true
  9. }
  10. }