Skip to content

Commit

Permalink
fix: use reference directive to import optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 12, 2025
1 parent a2eebca commit 2ee58e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* file that was distributed with this source code.
*/

import '@japa/openapi-assertions'
/// <reference types="@japa/openapi-assertions" />

import { Assert } from '@japa/assert'
import Macroable from '@poppinss/macroable'
import setCookieParser from 'set-cookie-parser'
Expand Down

0 comments on commit 2ee58e3

Please sign in to comment.