Recipes
Extending the config file
About types
This only works as expected in .ts files, you will not see intellisense in .js files.
Likewise, only if you have specified the "seyfert.config.(ts|mts|cts)" path in "include" in your tsconfig.json
You might have a configuration as such:
For instance, when adding some properties.
You will notice a type error in your seyfert.config.ts
If you did not see this error, maybe you missed a step.
Or you already had the prefix property on it
GREAT! So... how do I get the property?
As simple as:
What about locations?
About locations
Seyfert does NOT handle custom locations, that's your responsability. However, you may extend it.
GREAT! So...
The finished product would be something like this: