It's necessary to create a new skeleton of a TS project before start migrating the code. Acceptance criteria: - A command should exist to build the project. - A command should exist to run tests. - tsconfig should exist. - A hello world function should exist. - A hello world test should exist.