Skip to content

Commit

Permalink
fix(remark-kbd-nested): put files under correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Apr 23, 2024
1 parent a032a11 commit 4c9a2f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/remark-kbd-nested/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"include": ["src"],
"exclude": ["node_modules", "tests"],
"compilerOptions": {
"outDir": "lib/esm",
"outDir": "lib",
"declaration": true,
"declarationDir": "lib/esm"
"declarationDir": "lib"
}
}

0 comments on commit 4c9a2f4

Please sign in to comment.