summaryrefslogtreecommitdiff
path: root/examples/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tsconfig.json')
-rw-r--r--examples/tsconfig.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/tsconfig.json b/examples/tsconfig.json
new file mode 100644
index 0000000..9788494
--- /dev/null
+++ b/examples/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "extends": "../tsconfig.json",
+ "compilerOptions": {
+ "rootDir": "..",
+ "outDir": "../dist"
+ },
+ "include": ["./**/*.ts"],
+ "references": [{ "path": "../" }]
+} \ No newline at end of file