Skip to content

Commit

Permalink
HDDS-11198. Fix Typescript configs for Recon (#6961)
Browse files Browse the repository at this point in the history
  • Loading branch information
devabhishekpal authored Jul 18, 2024
1 parent 50a07a7 commit daab2b3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
]
}
Original file line number Diff line number Diff line change
@@ -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
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"rootDir": "src",
"baseUrl": "src",
"paths": {
"@/*": ["src/*"]
"@/*": ["*"]
},
"types": ["vite/client", "vite-plugin-svgr/client"]
},
Expand Down

0 comments on commit daab2b3

Please sign in to comment.