{
    "compilerOptions": {
        "strict": true,
        "outDir": "bin",
        "target": "es2016",
        "module": "commonjs",
        "moduleResolution": "node",
        "declaration": true,
        "resolveJsonModule": true,
        "sourceMap": true,
        "stripInternal": true,
        "experimentalDecorators": true,
        "pretty": true,
        "noFallthroughCasesInSwitch": true,
        "noImplicitReturns": true,
        "forceConsistentCasingInFileNames": true,
        "esModuleInterop": true,
        "typeRoots": [
            "node_modules/@types",
            "types/"
        ],
    },
    "files": [
        "index.ts",
        "config.ts",
        "errors.ts",
        "invoke.ts",
        "metadata.ts",
        "output.ts",
        "resource.ts",
        "stackReference.ts",
        "tsutils.ts",
        "typescript-shim.ts",
        "utils.ts",
        "version.ts",
        "asset/index.ts",
        "asset/asset.ts",
        "asset/archive.ts",
        "dynamic/index.ts",
        "iterable/index.ts",
        "log/index.ts",
        "provider/index.ts",
        "provider/provider.ts",
        "provider/internals.ts",
        "provider/server.ts",
        "runtime/index.ts",
        "runtime/closure/codePaths.ts",
        "runtime/closure/createClosure.ts",
        "runtime/closure/parseFunction.ts",
        "runtime/closure/rewriteSuper.ts",
        "runtime/closure/serializeClosure.ts",
        "runtime/closure/utils.ts",
        "runtime/closure/v8.ts",
        "runtime/asyncIterableUtil.ts",
        "runtime/config.ts",
        "runtime/debuggable.ts",
        "runtime/invoke.ts",
        "runtime/mocks.ts",
        "runtime/resource.ts",
        "runtime/rpc.ts",
        "runtime/settings.ts",
        "runtime/stack.ts",
        "cmd/dynamic-provider/index.ts",
        "cmd/run/index.ts",
        "cmd/run/run.ts",
        "cmd/run/tracing.ts",
        "cmd/run-policy-pack/index.ts",
        "cmd/run-policy-pack/run.ts",
        "automation/index.ts",
        "automation/cmd.ts",
        "automation/config.ts",
        "automation/localWorkspace.ts",
        "automation/minimumVersion.ts",
        "automation/projectSettings.ts",
        "automation/remoteStack.ts",
        "automation/remoteWorkspace.ts",
        "automation/stackSettings.ts",
        "automation/server.ts",
        "automation/stack.ts",
        "automation/workspace.ts",
        "tests/config.spec.ts",
        "tests/constants.ts",
        "tests/init.spec.ts",
        "tests/iterable.spec.ts",
        "tests/options.spec.ts",
        "tests/output.spec.ts",
        "tests/resource.spec.ts",
        "tests/stackReference.spec.ts",
        "tests/provider.spec.ts",
        "tests/unwrap.spec.ts",
        "tests/util.ts",
        "tests/runtime/asyncIterableUtil.spec.ts",
        "tests/runtime/findWorkspaceRoot.spec.ts",
        "tests/runtime/registrations.spec.ts",
        "tests/runtime/pack.ts",
        "tests/runtime/install-package-tests.ts",
        "tests/runtime/closure-integration-tests.ts",
        "tests/runtime/props.spec.ts",
        "tests/runtime/settings.spec.ts",
        "tests/runtime/langhost/run.spec.ts",
        "tests/runtime/langhost/cases/069.ambiguous_entrypoints/index.ts",
        "tests/runtime/testdata/nested/project/index.ts",
        "tests/automation/cmd.spec.ts",
        "tests/automation/localWorkspace.spec.ts",
        "tests/automation/remoteWorkspace.spec.ts",
        "tests/automation/util.ts",
        "tests_with_mocks/mocks.spec.ts",
        "npm/testdata/nested/project/index.ts",
        "types/arborist.d.ts"
    ]
}