tsconfig.json 202 B

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