Skip to content

Commit 9b4a675

Browse files
committed
Fix typecheck
1 parent f1bb8b3 commit 9b4a675

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/common/src/types/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,8 @@ export type PackageJSON = {
434434
description?: string;
435435
keywords?: string[];
436436
main?: string;
437-
tasks?: {
438-
scripts?: {
439-
[command: string]: string;
440-
};
437+
scripts?: {
438+
[command: string]: string;
441439
};
442440
dependencies?: {
443441
[dep: string]: string;

0 commit comments

Comments
 (0)