{
  "include": ["src"],
  "compilerOptions": {
    "allowSyntheticDefaultImports": true,
    "strict": true,
    "rootDir": "src",
    "outDir": "dist",
    "types": ["vitest/globals"],
    "baseUrl": "src",
    "paths": {
      "@/*": ["./*"]
    }
  }
}
