mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-01-11 16:57:50 +08:00
refactor(project): support probejs v7.0
This commit is contained in:
8
src/startup_scripts/jsconfig.json
Normal file
8
src/startup_scripts/jsconfig.json
Normal 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"]
|
||||
}
|
||||
Reference in New Issue
Block a user