linted
Version:
ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.
39 lines (38 loc) • 995 B
JSON
{
"display": "tsc@509.6.0",
"$help": "https://aka.ms/tsconfig/#quick-nav-Top%20Level",
"compilerOptions": {
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"exactOptionalPropertyTypes": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"allowArbitraryExtensions": true,
"module": "esnext",
"moduleResolution": "bundler",
"rewriteRelativeImportExtensions": true,
"types": [
"mocha",
"chai",
/* {CONFIGURE} */
],
"declaration": true,
"declarationMap": true,
"noEmitOnError": true,
"removeComments": true,
"sourceMap": true,
// "verbatimModuleSyntax": true,
"lib": [
"esnext",
/* {CONFIGURE} */
],
"target": "esnext",
// "skipLibCheck": true,
},
}