chore: set ts SDK path

This commit is contained in:
Simon
2026-04-12 04:29:26 +08:00
parent 83476da97f
commit c5c7e8af55

View File

@@ -36,5 +36,6 @@
"ol-prefix": false,
"no-duplicate-heading": false
},
"js/ts.tsdk.path": "node_modules/typescript/lib"
"js/ts.tsdk.path": "node_modules/typescript/lib",
"typescript.tsdk": "node_modules/typescript/lib"
}