From 13205267f60e7f4f3e79a26b1b0cac8bb3752e12 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 4 Feb 2021 09:45:15 +0100 Subject: [PATCH] Updated Project Structure (markdown) --- Project-Structure.md | 2 ++ 1 file changed, 2 insertions(+) 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