mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-01-11 00:37:50 +08:00
21 lines
583 B
JSON
21 lines
583 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/jsconfig.json",
|
|
"extends": "../../jsconfig.json",
|
|
"compilerOptions": {
|
|
"typeRoots": ["../../types/probe/startup/"],
|
|
"paths": {
|
|
"packages/*": [
|
|
"../../types/probe/startup/packages/*",
|
|
"../../types/probe/shared/*"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|