github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/examples/component-webhooks/tsconfig.json (about)

     1  {
     2    "compilerOptions": {
     3      "allowSyntheticDefaultImports": true,
     4      "declaration": true,
     5      "declarationMap": true,
     6      "emitDeclarationOnly": true,
     7      "esModuleInterop": true,
     8      "lib": [
     9        "ES2022"
    10      ],
    11      "module": "CommonJS",
    12      "moduleResolution": "node",
    13      "outDir": "dist",
    14      "resolveJsonModule": true,
    15      "rootDir": ".",
    16      "strict": false,
    17      "target": "ES2022",
    18      "useUnknownInCatchVariables": false
    19    },
    20    "include": [
    21      "**/*.ts"
    22    ]
    23  }