分享在IDE中跳转cocos源码方法

{
/* Base configuration. Do not edit this field. /
“extends”: “./temp/tsconfig.cocos.json”,
/
Add your custom configuration here. */
“compilerOptions”: {
“strict”: false,
“baseUrl”: “.”,
“paths”: {
“cc”: [
“/Applications/Cocos/Creator/3.8.3/CocosCreator.app/Contents/Resources/resources/3d/engine/typedoc-index.ts”
]
},
“types”: [
“./temp/declarations/cc.custom-macro”,
“./temp/declarations/jsb”,
“./temp/declarations/cc.env”
]
},
“exclude”: [
“node_modules”,
“library”,
“local”,
“temp”,
“build”,
“settings”,
“extensions”
]
}