danang-id / simple-crypto-js

Simplified AES cryptography for safer and easier encryption and decryption processes of any JavaScript objects.
https://simplecrypto.js.org
MIT License
85 stars 27 forks source link

Typescript: Cannot find namespace (lib) #45

Open acrolink opened 2 years ago

acrolink commented 2 years ago

Fixed by renaming:

lib/SimpleCrypto.d.ts to lib/SimpleCrypto.d.tsx

Kindly consider providing this fix.