0
0

第一次提交vscode插件代码

This commit is contained in:
xubing
2025-11-18 09:10:47 +08:00
parent 1d85b97531
commit 64a411e463
210 changed files with 1117352 additions and 0 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"outDir": "out",
"lib": ["ES2020"],
"sourceMap": true,
"rootDir": "src",
"strict": true
}
}