1.0.3 • Published 6 months ago

@ugrc/tsconfigs v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

@ugrc/tsconfigs

Shareable tsconfigs for UGRC projects based on @total-typescripts/tsconfig.

Usage

Vite App

// tsconfig.json
{
  "files": [],
  "references": [
    {
      "path": "./tsconfig.browser.json"
    },
    {
      "path": "./tsconfig.vite-config.json"
    }
  ]
}

// tsconfig.browser.json
{
  "extends": "@ugrc/tsconfigs/browser",
  "include": ["src"]
}

// tsconfig.vite-config.json
{
  "extends": "@ugrc/tsconfigs/vite-config",
  "include": ["vite.config.ts"]
}
1.0.3

6 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago