Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Nov 9, 2023
1 parent a429d40 commit a8e52ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"declaration": true,
"outDir": "./dist"
},
"include": ["src/**/*.ts*", "./jest-setup.ts"],
"exclude": ["sample/**/*.*", "node_modules"],
"include": ["src/**/*.ts*", "jest-setup.tsx"],
"exclude": ["sample/**/*.*", "node_modules", "src/**/*.test.ts", "src/**/*.spec.tsx"],
"types": ["node"]
}

0 comments on commit a8e52ca

Please sign in to comment.