Juan Castaneda
Juan Castaneda
Yes I have installed @deepkit/type-compiler. Do I need an additional library to enable reflection in tsconfig?
I missed the "reflection": true. But after adding it I still get the error
I have both `"@deepkit/type": "^1.0.1-alpha.143",` and `"@deepkit/type-compiler": "^1.0.1-alpha.143",` installed. The error I got is happening here: 
it is failing at running the tests
I created an isolated project with some basic configuration and basically the same as the main project, and I got the same error, please find attached zip file. [test_deepkit.zip](https://github.com/deepkit/deepkit-framework/files/14827495/test_deepkit.zip)
This is really odd. I removed all external dependencies and left a very simple class, and still seeing the error. Just run it using: npx ts-node .\DeepKit\Run.ts Thanks a lot...
https://github.com/juanda147/deepkit-test
I don't understand at this point what could be different on my side 
Hi, thanks for all your help so far. I was wondering if there is a replace for @f.type(MyClass) and @f.asName('')