github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/external-resource-schema/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          "argFunction.ts",
    21          "cat.ts",
    22          "component.ts",
    23          "index.ts",
    24          "provider.ts",
    25          "types/index.ts",
    26          "types/input.ts",
    27          "types/output.ts",
    28          "utilities.ts",
    29          "workload.ts"
    30      ]
    31  }