kubejs: reimport, update quests
This commit is contained in:
20
kubejs/client_scripts/jsconfig.json
Executable file
20
kubejs/client_scripts/jsconfig.json
Executable file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "ES2015",
|
||||
"lib": [
|
||||
"ES5",
|
||||
"ES2015"
|
||||
],
|
||||
"rootDir": "./src",
|
||||
"typeRoots": [
|
||||
"../../.probe/client/probe-types"
|
||||
],
|
||||
"baseUrl": "../../.probe/client/probe-types",
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*",
|
||||
null
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user