This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 6566fe6d docs(bindings/nodejs): fix build failed (#1819)
6566fe6d is described below
commit 6566fe6d3e9adf8647d39440863fceeba9fecfd0
Author: Suyan <[email protected]>
AuthorDate: Fri Mar 31 13:10:15 2023 +0800
docs(bindings/nodejs): fix build failed (#1819)
* fix docs
Signed-off-by: suyanhanx <[email protected]>
* make format happy
Signed-off-by: suyanhanx <[email protected]>
* simplify exclude
Signed-off-by: suyanhanx <[email protected]>
---------
Signed-off-by: suyanhanx <[email protected]>
---
bindings/nodejs/tsconfig.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bindings/nodejs/tsconfig.json b/bindings/nodejs/tsconfig.json
index 969d7b3d..59d4898a 100644
--- a/bindings/nodejs/tsconfig.json
+++ b/bindings/nodejs/tsconfig.json
@@ -10,5 +10,5 @@
"allowSyntheticDefaultImports": true
},
"include": ["."],
- "exclude": ["node_modules"]
+ "exclude": ["node_modules", "benchmark"]
}