Get Started
Typescript First
Everything is developed with type-safety in mind, so we strongly recommend you also use Typescript to reap the benefits.
Overlayed is built Typescript-first, so you’ll get full type-safety and intellisense when using it.
If you’ve never used it and it seems daunting, we promise it’s worth it. Here’s the docs to get you started.
Make sure to enable moduleResolution: "bundler"
in your tsconfig.json to ensure intellisense
works properly
Using Javascript
Rest assured, if you prefer to use Javascript, you can do so with no extra changes.