Comment on The TypeScript TaxparentComments−migstopheles7yI'm not sure exactly what you mean by "not valid" but that example is absolutely valid typescript, and will compile perfectly fine.−AgentME7yBy default, you'll get "error TS2339: Property 'asdf' does not exist on type '{}'.". Yes, the error can be disabled.
Comments
I'm not sure exactly what you mean by "not valid" but that example is absolutely valid typescript, and will compile perfectly fine.
By default, you'll get "error TS2339: Property 'asdf' does not exist on type '{}'.". Yes, the error can be disabled.