Type Checking
To have auto suggestions and type checking while working on the configuration, you will need to setup a TypeScript LSP in your IDE.
Use the --init
cli flag that will setup a tsconfig.ts and
symlink the installed type definitions
If you don’t want typechecking only suggestions in js files unset it in tsconfig.json
Using TypeScript
If you want to use TypeScript, you will need to handle the build step yourself.
Here is an example using bun build