Skip to content

Commit

Permalink
fix: add back jest-extended types to list-api
Browse files Browse the repository at this point in the history
  • Loading branch information
kschelonka committed Nov 20, 2024
1 parent 076ba9f commit 8c3ee1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion servers/list-api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"rootDir": "src"
},
"exclude": ["node_modules/", "dist/"],
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts"],
"files": ["node_modules/jest-extended/types/index.d.ts"]
}

0 comments on commit 8c3ee1b

Please sign in to comment.