From 895285a600d71d246cbe6f86cc0e6f89797340c5 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sun, 22 Nov 2015 01:23:14 -0500 Subject: [PATCH] Add TypeScript Config --- tsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..653e4c3 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "module": "commonjs", + "moduleResolution": "node" + }, + + "exclude": [ + "node_modules" + ] +} \ No newline at end of file