Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
chore(load-cfg): bundle typings
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Apr 15, 2018
1 parent 3a567bf commit aca1c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/load-cfg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
"typings": "dist/index.d.ts",
"source": "src/index.ts",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/load-cfg/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"declaration": false,
"declaration": true,
"typeRoots": ["node_modules/@types"]
},
"include": ["src/**/*"],
Expand Down

0 comments on commit aca1c1e

Please sign in to comment.