summaryrefslogtreecommitdiff
path: root/tests/config.tsconfig.json
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2019-04-29 15:58:31 +0100
committerRyan Dahl <ry@tinyclouds.org>2019-04-29 07:58:31 -0700
commit1a0f53a807abad0e9ebfcf437f3dade6b01d7f84 (patch)
tree013eb8d15383a22a4e2c4c5502ba37035b397903 /tests/config.tsconfig.json
parent73be183864d0983821e683198d9a6ea9008f070a (diff)
Add support for custom tsconfig.json (#2089)
Use `--config`
Diffstat (limited to 'tests/config.tsconfig.json')
-rw-r--r--tests/config.tsconfig.json7
1 files changed, 7 insertions, 0 deletions
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"
+ }
+}