mirror of
https://github.com/SikongJueluo/kubejs-utils.git
synced 2026-01-29 08:17:49 +08:00
feat(c4): add defuser item and improve C4 mechanics
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
{
|
||||
"$schema": "https://www.schemastore.org/jsconfig.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["ES5", "ES2015"],
|
||||
"target": "ES2015",
|
||||
"module": "commonjs",
|
||||
"strict": true,
|
||||
"checkJs": true,
|
||||
"skipDefaultLibCheck": true,
|
||||
"moduleResolution": "classic",
|
||||
"composite": true,
|
||||
"isolatedModules": true,
|
||||
"lib": ["ES5", "ES2015"],
|
||||
"incremental": true,
|
||||
"target": "ES2015",
|
||||
"skipLibCheck": true,
|
||||
"noImplicitAny": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
"rootDir": ".",
|
||||
"allowJs": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user