Skip to content

Commit

Permalink
Fixing the docs for #330
Browse files Browse the repository at this point in the history
  • Loading branch information
Secreto31126 committed Jul 17, 2024
1 parent 8891795 commit d1fd67a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/adonis.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { WhatsAppAPIMiddleware } from "./globals.js";
import { isInteger } from "../utils.js";

import type { Request } from "@adonisjs/http-server/build";
import type { Request } from "@adonisjs/http-server";
import type { GetParams, PostData } from "../types";

/**
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"include": ["src/**/*"],
"exclude": ["src/standalone.ts"],
"compilerOptions": {
"target": "ESNext",
"module": "Preserve",
"moduleResolution": "Bundler",
"outDir": "lib/types",
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit d1fd67a

Please sign in to comment.