uwu
uwu
You can also do.. ```ts { "compilerOptions": { ... "noImplicitAny": false, } } ```
I don't know why its unable to find the typings, something to do with the way `typescript ^4.8.0-dev.20220619` handles resolution? If I may ask why are you using the nightly...
Hmm trying one more thing.
Yeah idk. Works fine on every non-dev typescript version for me.
@WinstonNau ill try
will try this!
oh my god `.d.cts` works
i'm going to write a new build script and config which generates the new declarations tomorrow. too tired right now
delaying another day 😞 work is kicking my ass
Ok! Before I publish it please test and let me know if this solves it for you. Try `npm i 117/alpaca` and let me know :) ```json "dependencies": { "@master-chief/alpaca":...