diff options
author | Patrick Quist <partouf@gmail.com> | 2023-02-02 17:59:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 17:59:37 +0100 |
commit | 4f179a1eda32f481caf7975acc30e26625b41dbc (patch) | |
tree | 9857b7f9c42a53ffd7a3a8ab522adaf6db548693 /tsconfig.backend.json | |
parent | 0461bf97174699a3c9d6fa21b7093f5a72f80c4a (diff) | |
download | compiler-explorer-4f179a1eda32f481caf7975acc30e26625b41dbc.tar.gz compiler-explorer-4f179a1eda32f481caf7975acc30e26625b41dbc.zip |
add compiler args parser test app (#4685)gh-6125
Diffstat (limited to 'tsconfig.backend.json')
-rw-r--r-- | tsconfig.backend.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.backend.json b/tsconfig.backend.json index d646c8e17..f59d3944e 100644 --- a/tsconfig.backend.json +++ b/tsconfig.backend.json @@ -1,6 +1,6 @@ { "extends": "./tsconfig.base.json", - "files": ["app.js"], + "files": ["app.js", "compiler-args-app.ts"], "include": ["**/*.js", "**/*.ts"], "exclude": ["out", "test", "etc", "examples", "static", "**/*.d.ts"], "compilerOptions": { |