Skip to content

Commit

Permalink
update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
omermecitoglu committed Jun 9, 2024
1 parent fcd4c10 commit 912836b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omer-x/next-openapi-json-generator",
"version": "0.1.2",
"version": "0.1.3",
"description": "a Next.js plugin to generate OpenAPI documentation from route handlers",
"keywords": [
"next.js",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"outDir": "dist",
"target": "ESNext",
"lib": ["ESNext"],
"allowJs": true,
"allowJs": false,
"skipLibCheck": true,
"strict": true,
"noEmit": false,
"declaration": true,
"esModuleInterop": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
Expand Down

0 comments on commit 912836b

Please sign in to comment.