Skip to content

Commit

Permalink
build(ts): add declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
RYOSKATE committed May 3, 2020
1 parent 690a6e9 commit 3e5f4de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"sourceMap": true,
"importHelpers": false,
"outDir": "dist",
"typeRoots": ["./node_modules/@types", "./@types"]
"typeRoots": ["./node_modules/@types", "./@types"],
"declaration": true
},
"include": ["src/**/*", "__tests__/**/*", "packages/*/src/**/*", "packages/*/__tests__/**/*"]
}

0 comments on commit 3e5f4de

Please sign in to comment.