新增jsconfig,可以再vscode 中提示jquery

This commit is contained in:
augushong
2021-11-02 15:42:30 +08:00
parent 11760b9bf4
commit b999be97ab

7
jsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"typeAcquisition": {
"include": [
"jquery"
]
}
}