diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-09-29 17:16:12 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 17:16:12 +1000 |
commit | b014a98534ca10283965a7996fc4e6a5f0dec421 (patch) | |
tree | cca34dae75f4b73d0d08381ba9b31d963724f146 /cli/tests/module_graph | |
parent | 970d412a0830a06cdd75b49d2c16dcc933af382a (diff) |
refactor: improve graph and tsc_config (#7747)
Diffstat (limited to 'cli/tests/module_graph')
-rw-r--r-- | cli/tests/module_graph/tsconfig.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/module_graph/tsconfig.json b/cli/tests/module_graph/tsconfig.json new file mode 100644 index 000000000..a4c5f4f33 --- /dev/null +++ b/cli/tests/module_graph/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "target": "ES5", + "jsx": "preserve" + } +} |