tsconfig.json 179 B

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