Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #50 from ecraig12345/types
Browse files Browse the repository at this point in the history
Generate and publish typings for package
  • Loading branch information
alexdima committed Dec 17, 2019
2 parents 40dcf9d + a3a6f79 commit 33e9ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tsconfig.esm.json
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"declaration": true,
"outDir": "../release/esm",
"target": "es5",
"lib": [
Expand Down
1 change: 1 addition & 0 deletions src/tsconfig.json
Expand Up @@ -3,6 +3,7 @@
"module": "amd",
"moduleResolution": "node",
"outDir": "../release/dev",
"declaration": true,
"target": "es5",
"lib": [
"dom",
Expand Down

0 comments on commit 33e9ac3

Please sign in to comment.