Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Feb 23, 2022
1 parent cc1bac2 commit 45ecfa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/module-types/override-to-cjs/tsconfig-swc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.json",
"ts-node": {
"swc": true,
"swc": true
}
}
2 changes: 1 addition & 1 deletion tests/module-types/override-to-esm/tsconfig-swc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.json",
"ts-node": {
"swc": true,
"swc": true
}
}

0 comments on commit 45ecfa6

Please sign in to comment.