refactor: 支持 Minecraft 1.21.1 版本
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "ES2015",
|
||||
"lib": [
|
||||
"ES5",
|
||||
"ES2015"
|
||||
],
|
||||
"rootDir": ".",
|
||||
"typeRoots": [
|
||||
"../../.probe/startup/probe-types"
|
||||
],
|
||||
"baseUrl": "../../.probe/startup/probe-types",
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"files": [
|
||||
"../constants.d.ts"
|
||||
],
|
||||
"include": [
|
||||
"./**/*.js",
|
||||
"./**/*.ts",
|
||||
null
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user