Skip to content

Commit 2ee58e3

Browse files
committed
fix: use reference directive to import optional dependency
1 parent a2eebca commit 2ee58e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/response.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
* file that was distributed with this source code.
88
*/
99

10-
import '@japa/openapi-assertions'
10+
/// <reference types="@japa/openapi-assertions" />
11+
1112
import { Assert } from '@japa/assert'
1213
import Macroable from '@poppinss/macroable'
1314
import setCookieParser from 'set-cookie-parser'

0 commit comments

Comments
 (0)