0.0.10 • Published 1 month ago

@fensak-io/senc-types v0.0.10

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
1 month ago

senc-types contains the global type definitions for senc scripts.

Usage

npm add --save-dev @fensak-io/senc-types

In your tsconfig.json, you must either add @fensak-io to the typeRoots setting, or @fensak-io/senc-types to the types option so that the global declarations are included in your package.

with typeRoots

{
  // ...
  "compilerOptions: {
    // ...
    "typeRoots: [
      "./node_modules/@types",
      "./node_modules/@fensak-io"
    ]
    // ...
  }
  // ...
}

with types

{
  // ...
  "compilerOptions: {
    // ...
    "types: ["@fensak-io/senc-types"]
    // ...
  }
  // ...
}
0.0.10

1 month ago

0.0.9

1 month ago

0.0.5

5 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago