1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

added tsconfig to test/backend

This commit is contained in:
Braun Patrik 2016-04-22 14:23:39 +02:00
parent bba7479184
commit ec482c6346

View File

@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "es5",
"sourceMap": true,
"module": "commonjs",
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"exclude": [
"node_modules",
"typings"
]
}