feat: Update instructions for building and compiling with proper formatting and clarity

This commit is contained in:
Simon Larsen
2025-09-29 13:35:08 +01:00
parent 368f33db24
commit d55e354a07

View File

@@ -2,10 +2,16 @@
applyTo: '**'
---
# Building and Compiling
If you would like to compile or build any project. Please cd into the directory and run the following command:
```
npm run compile
```
Ths will make sure there are no type / syntax errors.
Ths will make sure there are no type / syntax errors.
# Typescript Types.
Please do not use "any" types. Please create proper types where required.