From 7c4fabcfacfb8de6a93681010a74701766f06310 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Mon, 4 Jan 2016 11:32:55 -0800 Subject: [PATCH] docs(tutorial): add missing example-config.json files closes #644 --- public/docs/_examples/toh-1/ts/example-config.json | 0 public/docs/_examples/toh-2/ts/example-config.json | 0 public/docs/_examples/toh-5/ts/example-config.json | 0 public/docs/_examples/tsconfig.json | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 public/docs/_examples/toh-1/ts/example-config.json create mode 100644 public/docs/_examples/toh-2/ts/example-config.json create mode 100644 public/docs/_examples/toh-5/ts/example-config.json diff --git a/public/docs/_examples/toh-1/ts/example-config.json b/public/docs/_examples/toh-1/ts/example-config.json new file mode 100644 index 0000000000..e69de29bb2 diff --git a/public/docs/_examples/toh-2/ts/example-config.json b/public/docs/_examples/toh-2/ts/example-config.json new file mode 100644 index 0000000000..e69de29bb2 diff --git a/public/docs/_examples/toh-5/ts/example-config.json b/public/docs/_examples/toh-5/ts/example-config.json new file mode 100644 index 0000000000..e69de29bb2 diff --git a/public/docs/_examples/tsconfig.json b/public/docs/_examples/tsconfig.json index 9dc06d2001..7fdfcb67b7 100644 --- a/public/docs/_examples/tsconfig.json +++ b/public/docs/_examples/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES5", + "target": "es5", "module": "system", "moduleResolution": "node", "sourceMap": true,