Files
oneuptime/.github/instructions/instructions.md

337 B

applyTo
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.

Typescript Types.

Please do not use "any" types. Please create proper types where required.