Skip to content

Commit

Permalink
fix: type definitions for ESM version
Browse files Browse the repository at this point in the history
  • Loading branch information
fczbkk committed Dec 21, 2021
1 parent a74793d commit a104c9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "./esm",
"declaration": true,
"declarationDir": "./types"
"declaration": true
}
}
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"extends": "./tsconfig.base.json"
"extends": "./tsconfig.base.json",
"compilerOptions": {
"declaration": true,
"declarationDir": "./types"
}
}

0 comments on commit a104c9c

Please sign in to comment.