0.0.8 • Published 15 days ago

@aws-lite/cloudformation-types v0.0.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
15 days ago

Install

Add to devDependencies in package.json:

npm i -D @aws-lite/cloudformation-types

Be sure you also have @aws-lite/cloudformation installed.

Usage and Config

Javascript VSCode Intellisense

In a Javascript project, the ambient types will be automatically loaded.

TypeScript tsconfig

Add this package to compilerOptions.types

Example:

{
  "extends": "@tsconfig/node-lts/tsconfig.json",
  "compilerOptions": {
    "types": [
      "@aws-lite/cloudformation-types"
    ]
  }
}

Or use reference types

Either in individual files or in an index.d.ts file.

/// <reference types="@aws-lite/cloudformation-types" />

ymmv

/// <reference path="./node_modules/@aws-lite/cloudformation-types/index.d.ts" />
0.0.8

15 days ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

3 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

5 months ago

0.0.0

5 months ago