0
commondesk created
Another package were using ServiceStack has a feature that allows us to use Async Typescript method calls.
https://docs.servicestack.net/typescript-add-servicestack-reference#typescript-serviceclient
But to use it we would need to enable async support project wide.
{ "compilerOptions": { "target": "es5", "module": "commonjs", "lib": [ "es2015", "dom" ] }
npm install --save-dev @types/whatwg-fetch
Would this present any conflicts for ANZ??
1 Answer(s)
-
0
Hi @commondesk
We haven't tried this but it shouldn't be a problem.