github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/functions-secrets/nodejs/tsconfig.json (about)

     1  {
     2      "compilerOptions": {
     3          "baseUrl": ".",
     4          "outDir": "bin",
     5          "target": "es2016",
     6          "module": "commonjs",
     7          "moduleResolution": "node",
     8          "declaration": true,
     9          "sourceMap": true,
    10          "stripInternal": true,
    11          "experimentalDecorators": true,
    12          "noFallthroughCasesInSwitch": true,
    13          "forceConsistentCasingInFileNames": true,
    14          "paths": {
    15              "@/*": ["*"]
    16          },
    17          "strict": true
    18      },
    19      "files": [
    20          "funcWithSecrets.ts",
    21          "index.ts",
    22          "provider.ts",
    23          "utilities.ts"
    24      ]
    25  }