```typescript class SomeNode extends Node { @Mapped("doesntExist") someProperty: Node; } ``` The above doesn't report any error or warning.