Skip to content

Commit

Permalink
Fix/type definitions (webex#18)
Browse files Browse the repository at this point in the history
* fix: add types delcaration

* fix: add files property
  • Loading branch information
andiwils authored and GitHub Enterprise committed Aug 18, 2021
1 parent e31de4f commit 4c9778b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
},
"files": ["dist/**/*"],
"repository": "[email protected]:CPaaS/webrtc-media-core.git",
"author": "arungane <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"*": ["./src/*"],
"src/*": ["./src/*"]
} /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */,
"types": ["node"] /* Type declaration files to be included in compilation. */,
// "typeRoots": [] /* List of folders to include type definitions from. */,
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */
// "types": [], /* Type declaration files to be included in compilation. */
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
Expand Down

0 comments on commit 4c9778b

Please sign in to comment.