Skip to content

Commit

Permalink
build: fix build after new eslint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Oct 13, 2024
1 parent 8ed6bf2 commit 881c480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/codemod/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["**/__tests__/**", "**/__testfixtures__/**"]
"exclude": ["**/__tests__/**", "**/__testfixtures__/**", "*.mjs"]
}
2 changes: 1 addition & 1 deletion packages/docs-generator/tsconfig.types.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"declarationDir": "./dist",
"emitDeclarationOnly": true
},
"exclude": ["node_modules", "**/__tests__/**"]
"exclude": ["node_modules", "**/__tests__/**", "jest.config.ts", "*.mjs"]
}

0 comments on commit 881c480

Please sign in to comment.