Skip to content

Commit d0c8c84

Browse files
committed
chore: fix prettier
1 parent f6accd3 commit d0c8c84

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/pages/esm.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ For TypeScript, it also generates 2 sets of type definitions if the [`commonjs`]
2424
It's recommended to specify `"moduleResolution": "bundler"` in your `tsconfig.json` file to match Metro's behavior:
2525

2626
```json
27-
{ "compilerOptions": { "moduleResolution": "bundler" } }
27+
{
28+
"compilerOptions": {
29+
"moduleResolution": "bundler"
30+
}
31+
}
2832
```
2933

3034
Specifying `"moduleResolution": "bundler"` means that you don't need to use file extensions in the import statements. Bob automatically adds them when possible during the build process.

0 commit comments

Comments
 (0)