diff options
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" + } +} |