Skip to content

Commit c0ede2f

Browse files
committed
update
1 parent c580974 commit c0ede2f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
// "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
9494
// "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
9595
// "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
96-
"noUnusedLocals": true /* Enable error reporting when local variables aren't read. */,
96+
"noUnusedLocals": false /* Enable error reporting when local variables aren't read. */,
9797
// "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
9898
// "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
9999
// "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */

tsup.config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { defineConfig } from 'tsup';
2-
3-
export default defineConfig({
4-
entry: ['src/index.ts', 'src/citty.ts', 'src/cac.ts'],
5-
format: ['esm'],
6-
dts: true,
7-
clean: true,
8-
});
1+
import { defineConfig } from 'tsup';
2+
3+
export default defineConfig({
4+
entry: ['src/index.ts', 'src/citty.ts', 'src/cac.ts'],
5+
format: ['esm'],
6+
dts: true,
7+
clean: true,
8+
});

0 commit comments

Comments
 (0)