Skip to content

Commit

Permalink
keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
GoToLoop committed Sep 8, 2023
1 parent 22d0734 commit 954556a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions complex.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// @ts-check

/// <reference path="./typings/complex.d.ts" />

/**
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"browser": "complex.js",
"module": "complex.mjs",
"types": "typings/complex.d.mts",
"keywords": [
"complex", "cmath", "trig", "trigonometry",
"jsdoc", "tsdoc", "jest", "tsd",
"hashcode", "iterator",
"esm", "mjs", "mts"
],
"scripts": {
"preinstall": "cd scripts && dev-packs",
"test": "cd scripts && test",
Expand Down
1 change: 1 addition & 0 deletions tests/complex.jest.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// @ts-check

/// <reference path="../node_modules/@jest/globals/build/index.d.ts" />

import Complex from '../complex.mjs';
Expand Down
1 change: 1 addition & 0 deletions tests/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// @ts-check

/// <reference path="../typings/complex.d.ts" />

"use strict";
Expand Down

0 comments on commit 954556a

Please sign in to comment.