Skip to content

showConfig doesn't show all of the config #28691

Closed
@DanielRosenwasser

Description

@DanielRosenwasser
git clone https://github.com/Microsoft/TypeScript.git
cd ./TypeScript/src/compiler
tsc --showConfig

Expected: the files field is present
Actual

{
    "compilerOptions": {
        "lib": [
            "es6"
        ],
        "target": "es5",
        "rootDir": "..",
        "declaration": true,
        "declarationMap": true,
        "sourceMap": true,
        "composite": true,
        "noEmitOnError": true,
        "strictNullChecks": true,
        "noImplicitAny": true,
        "noImplicitThis": true,
        "strictPropertyInitialization": true,
        "noUnusedLocals": true,
        "noUnusedParameters": true,
        "skipLibCheck": true,
        "alwaysStrict": true,
        "preserveConstEnums": true,
        "newLine": "lf",
        "types": [],
        "outFile": "../../built/local/compiler.js"
    }
}

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScript

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions