// @ts-check /** * @type {Pick} */ export default { ignores: [ '**/node_modules/', '**/dist/', '**/public/', '**/assets/', '**/*.js', '**/.turbo/', '**/.next/', '**/*.html', '.github/', '.vscode/', '**/.tsup/', ], }