cramatsu / typescript-project-template

A simple TypeScript project template that will save you time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-project-template

🇺🇸

You are probably as tired as I am of constantly setting up the development environment to make things work correctly, like setting up linters, so I decided to make a TypeScript project template to save your precious time!

The template includes

  • Customized linters and scripts for linters, thanks @iCrawl, for a wonderful eslint-config!
  • Configured tsconfig.json
{
  "baseUrl": "src",
}

By the way, with the module tsconfig-paths, you will be able to use beautiful paths without any problems!

Most of the settings were inspired by the work of @iCrawl
Subscribe to him, he's a cool dude.

🇷🇺

Возможно, вы так же, как и я, устали от постоянной настройки среды разработки, чтобы все работало правильно, например, от настройки линтеров, поэтому я решил сделать шаблон проекта TypeScript, чтобы сэкономить ваше драгоценное время!

Этот шаблон включает

  • Настроенные линтеры и скрипты для их использования, спасибо, @iCrawl, за замечательный eslint-config!
  • Настроенный tsconfig.json
{
  "baseUrl": "src",
}

Кстати, благодаря модулю tsconfig-paths, вы сможете без каких либо проблем использовать красивые пути!

Большинство настроек были вдохновлены работами @iCrawl
Подпишитесь на него, он классный разработчик!.

About

A simple TypeScript project template that will save you time


Languages

Language:TypeScript 100.0%