Skip to content

Commit

Permalink
Fix: including the specs files inside of tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-0x29a committed Jul 12, 2024
1 parent ec491a2 commit 647f135
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"compilerOptions": {
"esModuleInterop": true
}
}
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"specs/*.ts",
"specs/**/*.*.spec.ts"
],
}

0 comments on commit 647f135

Please sign in to comment.