From b014a98534ca10283965a7996fc4e6a5f0dec421 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 29 Sep 2020 17:16:12 +1000 Subject: refactor: improve graph and tsc_config (#7747) --- cli/tests/module_graph/tsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cli/tests/module_graph/tsconfig.json (limited to 'cli/tests/module_graph') 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" + } +} -- cgit v1.2.3