Files
kubejs-utils/jsconfig.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
}
}