mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-01-11 00:37:50 +08:00
15 lines
346 B
JSON
15 lines
346 B
JSON
{
|
|
"$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
|
|
}
|
|
}
|