Skip to content

Commit

Permalink
fix(build): ignores integration and tests folder in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikj31 committed Nov 10, 2023
1 parent 48df274 commit a08c852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"declaration": true /* Generate .d.ts files for every TypeScript or JavaScript file inside your project. */
},
"extends": "@tsconfig/node18/tsconfig.json",
"exclude": ["node_modules", "lib", "test"]
"exclude": ["node_modules", "lib", "tests", "integration"]
}

0 comments on commit a08c852

Please sign in to comment.