Merge 542b3ab730716751bf413537c5a00497d1a7e925 into 3a18f9a0986db76e2d300a80466276a1040687b1

This commit is contained in:
Dagizg 2024-01-10 09:33:15 +03:00 committed by GitHub
commit b0b7f5b4f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5710 additions and 4 deletions

View File

@ -2,8 +2,8 @@
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true,
"source.sortMembers": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit",
"source.sortMembers": "explicit"
}
}

5706
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff