Skip to content

Commit

Permalink
Update for TS Rollup Plugin v12
Browse files Browse the repository at this point in the history
  • Loading branch information
julianna-langston committed Oct 1, 2024
1 parent 9c54a8b commit d0e9dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"declaration": true,
"declarationDir": "./types",
"declarationDir": "./dist/types",
"outDir": "./dist/",
"removeComments": true,
"target": "ES2020",
Expand Down

0 comments on commit d0e9dff

Please sign in to comment.