1.1.0 • Published 5 months ago

@vue-storefront/integrations-tsconfig v1.1.0

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

@vue-storefront/integrations-tsconfig

Common tsconfig configuration for Alokai 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/**/*"]
}
1.1.0

5 months ago

1.0.0

1 year ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago