Skip to content

Commit

Permalink
Merge pull request #162 from ZeroGachis/fix/run-tsc-without-error
Browse files Browse the repository at this point in the history
🚨 fix tsc error on build
  • Loading branch information
AdrienCasta authored Dec 29, 2023
2 parents 2116361 + 4e6b044 commit c62ec52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig",
"include": ["src"],
"exclude": ["src/**/*test.ts"]
"extends": "./tsconfig",
"include": ["src", "./modules.d.ts", "./jest.setup.ts"],
"exclude": ["src/**/*test.ts"]
}

0 comments on commit c62ec52

Please sign in to comment.