# hello-plus/trunk/tests/tsconfig.json

Hello Plus, version trunk. 29 lines.

- Page: https://pluginprobe.com/plugins/hello-plus/trunk/code/tests/tsconfig.json
- Raw: https://pluginprobe.com/plugins/hello-plus/trunk/raw/tests/tsconfig.json
- Modified: 2025-04-27T11:56:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/hello-plus/trunk/code/tests/tsconfig.json#L10-L20`.

```json
{
    "$schema": "https://json.schemastore.org/tsconfig",
    "display": "Node 18 + ESM + Strictest",
    "compilerOptions": {
      "lib": [
        "es2022"
      ],
      "module": "es2022",
      "target": "es2022",
      "declaration": true,
      "declarationMap": true,
      "esModuleInterop": true,
      "skipLibCheck": true,
      "forceConsistentCasingInFileNames": true,
      "moduleResolution": "node",
      "allowUnusedLabels": false,
      "allowUnreachableCode": false,
      "noFallthroughCasesInSwitch": true,
      "noImplicitOverride": true,
      "noImplicitReturns": true,
      "noPropertyAccessFromIndexSignature": false,
      "noUncheckedIndexedAccess": true,
      "noUnusedLocals": true,
      "noUnusedParameters": true,
      "checkJs": false,
      "resolveJsonModule": true
    }
  }

```
