Skip to content

Commit

Permalink
Changed where types are detected
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Dec 4, 2020
1 parent 24e2698 commit 0b28eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "./dist-esmodule/index.js",
"browser": "./dist-esmodule/index.js",
"unpkg": "./dist-umd/manifesto.js",
"types": "./types/index.d.ts",
"types": "./dist-esmodule/index.d.ts",
"scripts": {
"build:commonjs": "tsc",
"build:docs": "rimraf -rf docs && typedoc --out docs --name manifesto --theme default --ignoreCompilerErrors --experimentalDecorators --emitDecoratorMetadata --target ES6 --moduleResolution node --preserveConstEnums --stripInternal --suppressExcessPropertyErrors --suppressImplicitAnyIndexErrors --module commonjs src/ && touch docs/.nojekyll",
Expand Down

0 comments on commit 0b28eed

Please sign in to comment.