Skip to content

Commit

Permalink
chore: temporary fix for tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Oct 17, 2023
1 parent c800844 commit 9d5f30c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/search/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "../test-dist/"
"outDir": "../test-dist/",
"noImplicitAny": false
},
"include": ["../src/**/*.ts", "**/*.ts"]
}

0 comments on commit 9d5f30c

Please sign in to comment.