Skip to content

Commit

Permalink
Publish commonJS type (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
roderickhsiao committed Mar 30, 2022
1 parent f723f0a commit a19165c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "idle-tracker",
"version": "0.1.0",
"version": "0.1.1",
"description": "Tiny pure Javascript library to track browser inactivity",
"author": "Roderick Hsiao <roderickhsiao@gmail.com>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -24,7 +24,7 @@
// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */

/* Modules */
"module": "ESNext", /* Specify what module code is generated. */
"module": "commonjs", /* Specify what module code is generated. */
// "rootDir": "./", /* Specify the root folder within your source files. */
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
Expand Down

0 comments on commit a19165c

Please sign in to comment.