Skip to content

Commit a95d0de

Browse files
committed
docs: remove extra space
1 parent fdc393c commit a95d0de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/esm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ You can verify whether ESM support is enabled by checking the configuration for
99
"source": "src",
1010
"output": "lib",
1111
"targets": [
12-
["commonjs", { "esm" : true }],
13-
["module", { "esm" : true }],
12+
["commonjs", { "esm": true }],
13+
["module", { "esm": true }],
1414
"typescript",
1515
]
1616
}

0 commit comments

Comments
 (0)