Skip to content

Commit 912836b

Browse files
committed
update tsconfig.json
1 parent fcd4c10 commit 912836b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@omer-x/next-openapi-json-generator",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "a Next.js plugin to generate OpenAPI documentation from route handlers",
55
"keywords": [
66
"next.js",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"outDir": "dist",
44
"target": "ESNext",
55
"lib": ["ESNext"],
6-
"allowJs": true,
6+
"allowJs": false,
77
"skipLibCheck": true,
88
"strict": true,
99
"noEmit": false,
10+
"declaration": true,
1011
"esModuleInterop": true,
1112
"module": "NodeNext",
1213
"moduleResolution": "NodeNext",

0 commit comments

Comments
 (0)