refactor(project): support probejs v7.0

This commit is contained in:
2025-12-17 13:15:26 +08:00
parent f7d8b7b7b0
commit 39865e058d
6 changed files with 24 additions and 22 deletions

View File

@@ -0,0 +1,8 @@
{
"$schema": "https://www.schemastore.org/jsconfig.json",
"extends": "../../jsconfig.json",
"compilerOptions": {
"typeRoots": ["../../types/probe/startup/probe-types/"]
},
"include": ["./**/*", "../../types/*.d.ts"]
}