Skip to content

Commit

Permalink
add testing typings to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Mar 12, 2022
1 parent 5b0e71e commit a38372c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/utils/tsconfig.build.json
@@ -1,4 +1,7 @@
{
"extends": "./tsconfig.json",
"include": ["./index.ts"]
}
"include": [
"./index.ts",
"./testing.ts"
]
}

0 comments on commit a38372c

Please sign in to comment.