feat(ql3): establish 3.0 incubation baseline

This commit is contained in:
whyour
2026-08-12 00:25:26 +08:00
parent 4bf92dcfeb
commit c699c32461
2817 changed files with 779642 additions and 653 deletions
+4
View File
@@ -15,6 +15,10 @@
"skipLibCheck": true,
"moduleResolution": "node",
"module": "commonjs",
"baseUrl": "..",
"paths": {
"@qinglong/runtime-core": ["packages/ql3-runtime-core/src/index.ts"]
},
"pretty": true,
"sourceMap": true,
"outDir": "../static/build",