mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-01-11 16:57:50 +08:00
refactor(C4): adapt to new functions and new ForgeEvent usage
This commit is contained in:
@@ -2,12 +2,19 @@
|
||||
"$schema": "https://www.schemastore.org/jsconfig.json",
|
||||
"extends": "../../jsconfig.json",
|
||||
"compilerOptions": {
|
||||
"typeRoots": ["../../types/probe/startup/"]
|
||||
"typeRoots": ["../../types/probe/startup/"],
|
||||
"paths": {
|
||||
"packages/*": [
|
||||
"../../types/probe/startup/packages/*",
|
||||
"../../types/probe/shared/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"./**/*",
|
||||
"../../types/*.d.ts",
|
||||
"../../types/probe/shared/*.d.ts",
|
||||
"../../types/probe/startup/**/*.d.ts"
|
||||
"include": ["./**/*", "../../types/*.d.ts", "../../types/probe/**/*.d.ts"],
|
||||
"exclude": [
|
||||
"../../types/probe/client/global/*.d.ts",
|
||||
"../../types/probe/server/global/*.d.ts",
|
||||
"../../types/probe/client/**/*.d.ts",
|
||||
"../../types/probe/server/**/*.d.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user