0.1.8 • Published 3 months ago

@clabnet/configs-ts v0.1.8

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

Shared typescript configuration

npm.io License: MIT

The purpose of the typescript is to add strong typing to javascript.

This configuration targets lib typescript packages.


Contents

Setup

  • Add workspace reference to @clabnet/configs-ts and its peers dependencies:

    pnpm add -w @clabnet/configs-ts typescript @types/node
  • Add typescript configuration file

    // packages/foo/tsconfig.json
    
    {
      "extends": "@clabnet/configs-ts",
      "compilerOptions": {
        "baseUrl": "src",
        "rootDir": "src"
      },
      "include": ["src"]
    }

⬅ Back


0.1.8

3 months ago

0.1.6

3 months ago

0.1.5

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.4

4 months ago

0.1.3

4 months ago

0.1.0

4 months ago