Skip to content

tsconfig files property support #62

@chaotive

Description

@chaotive

As seen on this document example: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html

Is "files" property on tsconfig files supported? It would help a lot, as having to put "reference path" syntax in all files make it very cumbersome.

If not supported, would it be complex to add it? The example I'm talking about is this one:

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true
},
"files": [
"core.ts",
"sys.ts",
"types.ts",
"scanner.ts",
"parser.ts",
"utilities.ts",
"binder.ts",
"checker.ts",
"emitter.ts",
"program.ts",
"commandLineParser.ts",
"tsc.ts",
"diagnosticInformationMap.generated.ts"
]
}

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions