tsconfig.json 199 B

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