Setup initial project
This commit is contained in:
commit
db79af06f7
119 changed files with 20761 additions and 0 deletions
14
.vscode/settings.json
vendored
Normal file
14
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "explicit"
|
||||
},
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"typescript.enablePromptUseWorkspaceTsdk": true,
|
||||
"eslint.workingDirectories": ["packages/api", "packages/shared", "packages/web"],
|
||||
"chat.tools.terminal.enableAutoApprove": true,
|
||||
"chat.tools.terminal.autoApprove": {
|
||||
"/^npm run \\w+$/": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue