Skip to content

Commit e28ffb6

Browse files
committed
released v1.0.0
1 parent 5d060fd commit e28ffb6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,9 @@ Via `.babelrc` or `babel-loader`.
2727
"plugins": [
2828
[
2929
"@uiw/babel-plugin-add-import-extension", {
30-
// Add .js extension to all imports and exports
3130
"extension": "js",
32-
// By default, if a declaration file already has an extension, it is preserved. Extensions are added to declaration files that do not have one.
3331
"replace": true,
34-
// If set to `true` and a declaration file has an extension that is *not* included in the `observedScriptExtensions` list, the file will be skipped.
3532
"skipUnlistedExtensions": true,
36-
// Declaration files with extensions present in this list are considered for extension replacement (based on the `replace` option).
37-
// Files with extensions *not* in this list will have the `extension` option's value appended to them.
3833
"observedScriptExtensions": ["js", "ts", "jsx", "tsx", "mjs", "cjs"]
3934
}
4035
]

0 commit comments

Comments
 (0)