diff --git a/.github/instructions/instructions.md b/.github/instructions/instructions.md index b20ce941a8..0da1cd7864 100644 --- a/.github/instructions/instructions.md +++ b/.github/instructions/instructions.md @@ -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. \ No newline at end of file +Ths will make sure there are no type / syntax errors. + +# Typescript Types. + +Please do not use "any" types. Please create proper types where required. \ No newline at end of file