From ec482c63468e92a236f639213a8fe6725ecee9d5 Mon Sep 17 00:00:00 2001 From: Braun Patrik Date: Fri, 22 Apr 2016 14:23:39 +0200 Subject: [PATCH] added tsconfig to test/backend --- test/backend/tsconfig.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/backend/tsconfig.json diff --git a/test/backend/tsconfig.json b/test/backend/tsconfig.json new file mode 100644 index 00000000..9fcc3436 --- /dev/null +++ b/test/backend/tsconfig.json @@ -0,0 +1,13 @@ +{ + "compilerOptions": { + "target": "es5", + "sourceMap": true, + "module": "commonjs", + "emitDecoratorMetadata": true, + "experimentalDecorators": true + }, + "exclude": [ + "node_modules", + "typings" + ] +} \ No newline at end of file