added tsconfig to test/backend

This commit is contained in:
Braun Patrik
2016-04-22 14:23:39 +02:00
parent bba7479184
commit ec482c6346
+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "es5",
"sourceMap": true,
"module": "commonjs",
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"exclude": [
"node_modules",
"typings"
]
}