mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-01-11 16:57:50 +08:00
refactor(project): support probejs v7.0
This commit is contained in:
@@ -9,18 +9,6 @@
|
||||
"noImplicitAny": true,
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "bundler",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"rootDirs": [
|
||||
"src/server_scripts",
|
||||
"src/startup_scripts",
|
||||
"src/client_scripts",
|
||||
"src/lib"
|
||||
],
|
||||
"typeRoots": [
|
||||
"./types/probe/user",
|
||||
"./types/probe/generated",
|
||||
"./types/probe/generated/internals"
|
||||
]
|
||||
},
|
||||
"include": ["./src/**/*.js", "./types/**/*.d.ts"]
|
||||
"forceConsistentCasingInFileNames": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user