diff --git a/Project-Structure.md b/Project-Structure.md index 8f16fb8..a309ab0 100644 --- a/Project-Structure.md +++ b/Project-Structure.md @@ -8,3 +8,5 @@ The ``.json`` language files are located in ``/locales`` and are separated by na ## Source code We use [TypeScript](https://www.typescriptlang.org/) (JavaScript with types). The ``.ts`` source files are located in ``/src/`` and will be compiled to ``.js`` in the ``/dist/`` directory. + +### [> Next Page](Config) \ No newline at end of file