Skip to content

Commit

Permalink
TS Typings Core setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mgendron-equisofte authored and christian-roy committed Aug 20, 2019
1 parent d23f445 commit 5ce285d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "React implementation of the Equisoft design system.",
"license": "MIT",
"main": "dist/design-elements-react.cjs.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "./scripts/build.sh",
"prepublishOnly": "./scripts/prepublishOnly.sh",
Expand Down
4 changes: 3 additions & 1 deletion packages/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"sourceMap": true,
"baseUrl": "./src/",
"paths": {},
"outDir": "./dist"
"outDir": "./dist",
"declaration": true,
"declarationDir": "./dist"
},
"include": [
"src/**/*"
Expand Down

0 comments on commit 5ce285d

Please sign in to comment.