We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8342e6 commit c5ca482Copy full SHA for c5ca482
1 file changed
apps/api/scripts/dev.ts
@@ -1,6 +1,8 @@
1
#!/usr/bin/env tsx
2
3
-import nodemon from 'nodemon';
+import _nodemon, { type Nodemon, type NodemonSettings } from 'nodemon';
4
+
5
+const nodemon = _nodemon as any as (settings: NodemonSettings) => Nodemon;
6
7
import { clean, outfile, watch } from './build.js';
8
0 commit comments