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

@@ -9,18 +9,6 @@
"noImplicitAny": true,
"esModuleInterop": true,
"moduleResolution": "bundler",
"forceConsistentCasingInFileNames": true,
"rootDirs": [
"src/server_scripts",
"src/startup_scripts",
"src/client_scripts",
"src/lib"
],
"typeRoots": [
"./types/probe/user",
"./types/probe/generated",
"./types/probe/generated/internals"
]
},
"include": ["./src/**/*.js", "./types/**/*.d.ts"]
"forceConsistentCasingInFileNames": true
}
}