Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsconfig files property support #62

Open
chaotive opened this issue Jun 20, 2017 · 0 comments
Open

tsconfig files property support #62

chaotive opened this issue Jun 20, 2017 · 0 comments

Comments

@chaotive
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant