Skip to content

Commit 1fa3e2f

Browse files
committed
Fix tsconfig.json lint error
1 parent 40dd0b3 commit 1fa3e2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/components/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"jsx": "react-jsx"
2525
},
2626
"include": ["src/**/*", ".storybook/**/*", "./setupTests.ts"]
27-
}
27+
}

packages/next-plugin/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"baseUrl": ".",
2424
"jsx": "react-jsx"
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)