Skip to content

Commit

Permalink
@types/jest added
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrivera committed Mar 5, 2021
1 parent 8ca60da commit 05ad6e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synx-ai/oas3-mdx",
"version": "0.3.11",
"version": "0.3.12",
"description": "Convert OpenAPI spec to Markdown files.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"moduleResolution": "node",
"sourceMap": true,
"lib": ["es2019", "dom"],
"rootDir": "src"
"rootDir": "src",
"types": ["jest", "node"]
},
"include": ["src"],
"include": ["src", "test"],
"exclude": ["node_modules", "dist"]
}

0 comments on commit 05ad6e1

Please sign in to comment.