Update subproject commit and enhance VSCode settings; refactor imports and formatting in center.schema.ts; add docwriter style to settings.json

This commit is contained in:
2024-11-26 00:41:17 +07:00
parent 2b70b018f9
commit 950e553784
3 changed files with 14 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
{
"dependi.npm.lockFileEnabled": false,
"typescript.tsdk": "node_modules\\typescript\\lib",
"compile-hero.disable-compile-files-on-did-save-code": true
}
"compile-hero.disable-compile-files-on-did-save-code": true,
"docwriter.style": "JSDoc"
}