tsconfig.json 176 B

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