feat: publish standalone Pi connect extension

This commit is contained in:
Chengdong Zhang
2026-07-27 17:59:14 +08:00
parent 5e743418bd
commit 96ecccc287
9 changed files with 3360 additions and 16 deletions

View File

@@ -1,10 +1,13 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"skipLibCheck": true,
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src"],
"exclude": ["src/**/*.test.ts"],
"references": [{ "path": "../shared" }]
"exclude": ["src/**/*.test.ts"]
}