1.1.0 • Published 5 months ago

@cloud-ru/ft-config-tsconfig v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

@cloud-ru/ft-config-tsconfig

Установка: npm i @cloud-ru/ft-config-tsconfig

Вместе с пакетом приезжают все необходимые зависимости для работы tsconfig в вашем приложении.

Usage

// projectRoot/tsconfig.json
{
  "extends": "@cloud-ru/ft-config-tsconfig",
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        ...
    }
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules"]
}