Skip to content

Commit

Permalink
fixup! Feat(codemod): Add isDisposable codemod for Collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Dec 3, 2024
1 parent 9422a58 commit cb82b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codemods/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"module": "es2020",
"target": "es2020"
},
"include": ["./*", "./.eslintrc.js"],
"include": ["./src/**/*"],
"exclude": ["./node_modules", "**/__testfixtures__/**"]
}

0 comments on commit cb82b6e

Please sign in to comment.