mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
use tsx, update dependencies
This commit is contained in:
parent
a6c22f9c8c
commit
cd455eb5a6
6 changed files with 593 additions and 489 deletions
|
|
@ -1,7 +1,5 @@
|
|||
|
||||
|
||||
export function MyReactComponent() {
|
||||
return <div>My React Component</div>;
|
||||
return <div>My React Component</div>;
|
||||
}
|
||||
|
||||
export default MyReactComponent;
|
||||
export default MyReactComponent;
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
export function capitalize<S extends string>(str: S): Capitalize<S> {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
return (str.charAt(0).toUpperCase() + str.slice(1)) as any;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export * from "./capitalize";
|
||||
export * from "./capitalize";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue