test: fix outDir in TS 3.2 integration test (#27774)

PR Close #27774
This commit is contained in:
cexbrayat 2018-12-20 10:30:28 +01:00 committed by Kara Erickson
parent 3fba6eff79
commit b621a69cda
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"experimentalDecorators": true,
"module": "commonjs",
"moduleResolution": "node",
"outDir": "../../dist/typings_test_ts31/",
"outDir": "../../dist/typings_test_ts32/",
"rootDir": ".",
"target": "es5",
"lib": [