Skip to content

Commit

Permalink
fixup! fix: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Feb 14, 2024
1 parent 508e2e1 commit 8460c34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/@sanity/migrate/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"composite": true,
"rootDir": ".",
"outDir": "./lib/dts",
"declarationDir": "./lib/dts"
"declarationDir": "./lib/dts",
},
"references": [{"path": "../@sanity/types/tsconfig.lib.json"}]
"references": [{"path": "../@sanity/types/tsconfig.lib.json"}],
}
2 changes: 1 addition & 1 deletion packages/sanity/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
{"path": "../@sanity/cli/tsconfig.lib.json"},
{"path": "../@sanity/util/tsconfig.lib.json"},
{"path": "../@sanity/migrate/tsconfig.lib.json"},
]
],
}

0 comments on commit 8460c34

Please sign in to comment.