1.4.0 • Published 10 months ago

@adonisjs/tsconfig v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@adonisjs/tsconfig

npm-image license-image

Installation

Install the package from the npm registry.

npm i -D @adonisjs/tsconfig@beta

# Make sure also to install the following packages
npm i -D typescript ts-node-maintained @swc/core

Usage

After installation, use one of the following base config files.

For package development

// tsconfig.json
{
  "extends": "@adonisjs/tsconfig/tsconfig.package.json",
  "compilerOptions": {
    "rootDir": "./",
    "outDir": "./build"
  }
}

For AdonisJS application

// tsconfig.json
{
  "extends": "@adonisjs/tsconfig/tsconfig.app.json",
  "compilerOptions": {
    "rootDir": "./",
    "outDir": "./build"
  }
}

For client-side code inside AdonisJS application

// resources/tsconfig.json
{
  "extends": "@adonisjs/tsconfig/tsconfig.client.json"
}
1.4.0

10 months ago

1.3.0

1 year ago

1.2.2

1 year ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago