test(platform-server): fix target of TS outDir for integration test (#17118)

This commit is contained in:
Jason Aden 2017-05-30 10:40:03 -07:00 committed by Victor Berchet
parent 6220b49463
commit 160221c815
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"noImplicitAny": false,
"sourceMap": false,
"experimentalDecorators": true,
"outDir": "built/src",
"outDir": "built",
"declaration": true,
"typeRoots": ["node_modules/@types"]
},