mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-11 02:00:16 +08:00
22 lines
479 B
JSON
22 lines
479 B
JSON
{
|
|
"files.exclude": {
|
|
".git": true,
|
|
"node_modules": true,
|
|
},
|
|
"search.exclude": {
|
|
".git": true,
|
|
"node_modules": true,
|
|
".github": true,
|
|
"bin": true
|
|
},
|
|
"typescript.preferences.importModuleSpecifier": "relative",
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"typescript"
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true,
|
|
},
|
|
}
|