webarkit / jsartoolkitNFT

jsartolkitNFT is a smaller version of jsartoolkit5 with only NFT support
GNU Lesser General Public License v3.0
132 stars 25 forks source link

remove //@ts-ignore from .ts files #130

Closed kalwalt closed 1 year ago

kalwalt commented 2 years ago

I would remove that lines and make all the code full Typescript compliant. For example lines: https://github.com/webarkit/jsartoolkitNFT/blob/5a3230c8940613958e0cd8c13c9d5a858a03a33b/src/ARControllerNFT.ts#L301-L302 with type casting could became:

this.nftMarkerFound = <boolean><unknown>i;
kalwalt commented 1 year ago

done with #164