Skip to content

tsconfig 1.0.1--canary.1.cbdb61e.0

Install from the command line:
Learn more about npm packages
$ npm install @alienfast/tsconfig@1.0.1--canary.1.cbdb61e.0
Install via package.json:
"@alienfast/tsconfig": "1.0.1--canary.1.cbdb61e.0"

About this version

tsconfig

Shared TypeScript configs for AlienFast projects

Install

yarn install -D @alienfast/tsconfig

This config requires TypeScript 5 or later.

Usage

Example for a node package:

{
  "$schema": "https://json.schemastore.org/tsconfig",
	"extends": "@alienfast/tsconfig/node.json",
  "compilerOptions": {
    "composite": true,
    "outDir": "dist",
    "rootDir": "src"
  },
  "include": ["src", "../../typings/**/*", "../../typings-local/**/*"],
  "exclude": ["node_modules", "dist"],
}

Details


Assets

  • tsconfig-1.0.1--canary.1.cbdb61e.0.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0