test(platform-server): fix target of TS outDir for integration test (#17118)
This commit is contained in:
parent
6220b49463
commit
160221c815
|
@ -13,7 +13,7 @@
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"outDir": "built/src",
|
"outDir": "built",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"typeRoots": ["node_modules/@types"]
|
"typeRoots": ["node_modules/@types"]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue