From 1a0f53a807abad0e9ebfcf437f3dade6b01d7f84 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 29 Apr 2019 15:58:31 +0100 Subject: Add support for custom tsconfig.json (#2089) Use `--config` --- tests/config.tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/config.tsconfig.json (limited to 'tests/config.tsconfig.json') diff --git a/tests/config.tsconfig.json b/tests/config.tsconfig.json new file mode 100644 index 000000000..074d7ac0b --- /dev/null +++ b/tests/config.tsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "module": "amd", + "strict": true, + "target": "es5" + } +} -- cgit v1.2.3