tsconfig.json 188 B

12345678910
  1. {
  2. "$schema": "http://json.schemastore.org/tsconfig",
  3. "compilerOptions": {
  4. "esModuleInterop": true,
  5. "resolveJsonModule": true,
  6. "types": [
  7. "vitest/globals"
  8. ]
  9. }
  10. }