Dave Ramirez
Dave Ramirez
@jeroenouw great! is working for my!
@Zefearr @hemantkumar450 This was the solution for me, they would have to modify the file **tsconfig.app.json** and you have to see something like that ``` { "extends": "../tsconfig.json", "compilerOptions": {...
@hemantkumar450 could you show me the file mentioned **tsconfig.app.json**
The error that I see is that you are not calling the .ts files In the **include** section you have to call all the .ts using asterisk something like ***.ts**,...