Files
kubejs-utils/src/startup_scripts/jsconfig.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"
]
}