Skip to content

Commit

Permalink
Fixed tsconfig path resolution, and added .vscode folder to help stre…
Browse files Browse the repository at this point in the history
…amline project setup
  • Loading branch information
devabhishekpal committed Jul 17, 2024
1 parent 33fb7c4 commit afc1fcb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
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
}

0 comments on commit afc1fcb

Please sign in to comment.