Base solution for your next web application
Open Closed

Will enabling Typescript Async Support harm ANZ? #7026


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @commondesk

    We haven't tried this but it shouldn't be a problem.