diff options
author | Austin Morton <apmorton@users.noreply.github.com> | 2021-10-04 23:55:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 22:55:16 -0500 |
commit | 1828965a695590ee9a7399ecf8f8e2e26919819f (patch) | |
tree | 55441acb9b5989a1b316c076ae321763cd886b1a /lib/compilers/python.js | |
parent | 7a754a366418180ff76f4599325bc19ca5d95ab7 (diff) | |
download | compiler-explorer-1828965a695590ee9a7399ecf8f8e2e26919819f.tar.gz compiler-explorer-1828965a695590ee9a7399ecf8f8e2e26919819f.zip |
Remove explicit `files` and `outDir` values from tsconfig (#2992)gh-1087
When `files` is unspecified `input` defaults to `**/*`.
This pattern still only matches valid typescript extensions.
When `outDir` is specified it is implicitly added to `exclude`,
which takes priority over `include` and breaks the build.
Co-authored-by: Matt Godbolt <matt@godbolt.org>
Diffstat (limited to 'lib/compilers/python.js')
0 files changed, 0 insertions, 0 deletions