mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2025-11-18 19:37:50 +08:00
init repo
This commit is contained in:
26
jsconfig.json
Normal file
26
jsconfig.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "https://www.schemastore.org/jsconfig.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["ES5", "ES2015"],
|
||||
"target": "ES2015",
|
||||
"strict": true,
|
||||
"checkJs": true,
|
||||
"skipLibCheck": true,
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user