1
0

chore: 更新 ProbeJS 生成的文件

This commit is contained in:
2022-11-12 12:13:49 +08:00
parent bdfa9bb83a
commit 13fb345aa2
11 changed files with 73550 additions and 70016 deletions
+9 -2
View File
@@ -1,6 +1,13 @@
{
"compilerOptions": {
"lib": ["ES5", "ES2015"],
"typeRoots": ["./probe/generated", "./probe/user"]
"lib": [
"ES5",
"ES2015"
],
"typeRoots": [
"./probe/generated",
"./probe/user"
],
"target": "ES2015"
}
}