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