Skip to content

Commit

Permalink
Let TypeScript generate types
Browse files Browse the repository at this point in the history
  • Loading branch information
encode42 committed Feb 11, 2024
1 parent 523fdc9 commit 450e6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"tsup": {
"entry": ["build/**/*.js"],
"splitting": true,
"dts": true,
"minify": true,
"format": ["esm"],
"skipNodeModulesBundle": true
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"moduleResolution": "Node",
"esModuleInterop": true,
"isolatedModules": true,
"declaration": true,
"declarationDir": "dist",
"allowJs": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit 450e6d3

Please sign in to comment.