@fensak-io/senc-types
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

senc core types

NPM LICENSE latest release

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"]
    // ...
  }
  // ...
}

Readme

Keywords

none

Package Sidebar

Install

npm i @fensak-io/senc-types

Weekly Downloads

2

Version

0.0.10

License

MPL-2.0

Unpacked Size

7.62 kB

Total Files

4

Last publish

Collaborators

  • fensakyori