Skip to content

Commit

Permalink
Changed tsconfig.build.json to exclude specs instead of including jus…
Browse files Browse the repository at this point in the history
…t source
  • Loading branch information
alexandercerutti committed Feb 11, 2024
1 parent 3808bc0 commit 4ca68d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@
"noImplicitReturns": true,
"lib": ["DOM", "ES2018", "ES2020"]
},
"include": ["packages/**/src/**/*"]
/**
* Just for the sample, as it seems to include the specs files.
* This is valid as long as we keep the tests in TS, as we plan
* to move them to JS + TSDoc
*/
"exclude": ["packages/**/specs/**/*"]
}

0 comments on commit 4ca68d7

Please sign in to comment.