Skip to content

Commit

Permalink
Include typescript_test folder in vitest type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Dec 31, 2023
1 parent 08e9d8d commit 97a7a61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion type-tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"reselect": ["../src/index"], // @remap-prod-remove-line
"@internal/*": ["../src/*"]
}
}
},
"include": ["**/*.ts", "../typescript_test/**/*.ts"]
}

0 comments on commit 97a7a61

Please sign in to comment.