This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new daab2b3e9e HDDS-11198. Fix Typescript configs for Recon (#6961)
daab2b3e9e is described below

commit daab2b3e9e81358f973daae2ef0d37ab0147b235
Author: Abhishek Pal <[email protected]>
AuthorDate: Fri Jul 19 00:51:59 2024 +0530

    HDDS-11198. Fix Typescript configs for Recon (#6961)
---
 .../webapps/recon/ozone-recon-web/.vscode/extensions.json        | 6 ++++++
 .../webapps/recon/ozone-recon-web/.vscode/settings.json          | 9 +++++++++
 .../main/resources/webapps/recon/ozone-recon-web/tsconfig.json   | 2 +-
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git 
a/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/.vscode/extensions.json
 
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/.vscode/extensions.json
new file mode 100644
index 0000000000..033f6c1512
--- /dev/null
+++ 
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/.vscode/extensions.json
@@ -0,0 +1,6 @@
+{
+  "recommendations": [
+    "esbenp.prettier-vscode",
+    "dbaeumer.vscode-eslint",
+  ]
+}
\ No newline at end of file
diff --git 
a/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/.vscode/settings.json
 
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/.vscode/settings.json
new file mode 100644
index 0000000000..2a7da4bb70
--- /dev/null
+++ 
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/.vscode/settings.json
@@ -0,0 +1,9 @@
+{
+  "typescript.tsdk": "node_modules/typescript/lib",
+  "typescript.locale": "en",
+  "typescript.preferences.importModuleSpecifier": "non-relative",
+  "typescript.suggest.autoImports": true,
+  "prettier.printWidth": 120,
+  "prettier.semi": true,
+  "prettier.tabWidth": 2
+}
\ No newline at end of file
diff --git 
a/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/tsconfig.json
 
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/tsconfig.json
index f3eab626c8..1d94b955da 100644
--- 
a/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/tsconfig.json
+++ 
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/tsconfig.json
@@ -21,7 +21,7 @@
     "rootDir": "src",
     "baseUrl": "src",
     "paths": {
-      "@/*": ["src/*"]
+      "@/*": ["*"]
     },
     "types": ["vite/client", "vite-plugin-svgr/client"]
   },


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to