chore: 低代码引擎升级

This commit is contained in:
wangxuefeng
2025-03-17 14:01:07 +08:00
parent fb8fbf3294
commit a6e787fd5b
11 changed files with 337 additions and 242 deletions

View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"useUnknownInCatchVariables": false,
"declaration": true,
"outDir": "dist",
"skipLibCheck": true
}
}