tsconfig.json 201 B

12345678910
  1. {
  2. "compilerOptions": {
  3. "target": "es2020",
  4. "module": "commonjs",
  5. "esModuleInterop": true,
  6. "forceConsistentCasingInFileNames": true,
  7. "strict": true,
  8. "skipLibCheck": true
  9. }
  10. }