Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jul 19, 2024
1 parent 62c9bca commit ef1a28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { generateReferenceDocs } from '@tanstack/config/typedoc'

const __dirname = fileURLToPath(new URL('.', import.meta.url))

/** @type {import('@tanstack/config/typedoc').Packages} */
/** @type {import('@tanstack/config/typedoc').Package[]} */
const packages = [
{
name: 'angular-query-experimental',
Expand Down

0 comments on commit ef1a28d

Please sign in to comment.