0.0.4 • Published 10 months ago

@vue-storefront/integrations-tsconfig v0.0.4

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

@vue-storefront/integrations-tsconfig

Common tsconfig configuration for Vue Storefront Integrations

Usage

Install

yarn add -D @vue-storefront/integrations-tsconfig

Extending tsconfig

You need a configuration file in your package root:

{
  "extends": "@vue-storefront/integrations-tsconfig",
  "compilerOptions": {
    "baseUrl": ".",
    "outDir": "./lib",
    "declarationDir": "./lib",
    "declaration": true,
    "rootDir": "./src"
  },
  "exclude": ["node_modules"],
  "include": ["src/**/*"]
}
0.0.3

10 months ago

0.0.4

10 months ago

0.0.2

12 months ago

0.0.1

12 months ago