{ "$schema": "https://json.schemastore.org/tsconfig", "description": "Extends the recommended preset with stricter settings.", "extends": "./recommended.tsconfig.json", "compilerOptions": { "checkJs": true, "isolatedModules": true, "verbatimModuleSyntax": true, "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "noPropertyAccessFromIndexSignature": true } }