Update: vscode中路径别名支持跳转到对应文件
This commit is contained in:
18
boards/default_src/arduino_esp32/jsconfig.json
Normal file
18
boards/default_src/arduino_esp32/jsconfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"experimentalDecorators": true,
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@mixly/arduino": [
|
||||
"../arduino"
|
||||
],
|
||||
"@mixly/arduino-avr": [
|
||||
"../arduino_avr"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user