mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-01-29 08:17:49 +08:00
17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/jsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"skipDefaultLibCheck": true,
|
|
"moduleResolution": "classic",
|
|
"composite": true,
|
|
"isolatedModules": true,
|
|
"lib": ["ES5", "ES2015"],
|
|
"incremental": true,
|
|
"target": "ES2015",
|
|
"skipLibCheck": true,
|
|
"rootDir": ".",
|
|
"allowJs": true
|
|
}
|
|
}
|