Stencil silence error on typescript compilation

Is there a way to bypass TypeScript errors? Since when I put the “noEmitOnError” property in the “tsconfig.json”, Stencil always returns an error. I would like to know if it could be used in some way, since sometimes it is interesting to disable the errors part (for example when you use a property of a model that doesn’t exist yet but you know that it does have that property).