Hi. I am using Serenity Framework with my projects. I am using .net core component just fine. But I want to use TypeScript component as well. Can you help me about how to implement that to this framework?
I installed the packages but when I try to import I get the error below:
Error TS6131 (TS) Cannot compile modules using option 'outFile' unless the '--module' flag is 'amd' or 'system'.
If I configure my tsconfig for module:'amd' then all my main references are lost.
The thing is serenity framework doesn't allow me to use import. Is there any other way to import these packages?
As you can see serenity uses typescript for dialogs and grids. Integrating syncfusion to that would be perfect!