From 09ad6e7f81ed376d710bbd2eb763bcf069152bd8 Mon Sep 17 00:00:00 2001 From: Brandon Istenes Date: Mon, 29 Jun 2020 18:37:31 -0700 Subject: [PATCH] Fix #1320 - Examples don't run --- examples/basic/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/basic/tsconfig.json diff --git a/examples/basic/tsconfig.json b/examples/basic/tsconfig.json new file mode 100644 index 000000000..9a3694843 --- /dev/null +++ b/examples/basic/tsconfig.json @@ -0,0 +1,3 @@ +{ + // this is only here to set this directory as the typescript root +}