Skip to content

Commit

Permalink
Remove declarations from API builds (#2275)
Browse files Browse the repository at this point in the history
* Remove declarations from API builds

* Update API version

* Adjust API version

---------

Co-authored-by: Atmosfearful <[email protected]>
  • Loading branch information
biwano and Atmosfearful authored Feb 19, 2024
1 parent dd86474 commit 10ee45e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion carbonmark-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klimadao/carbonmark-api",
"version": "6.2.2",
"version": "6.2.3",
"description": "An API for exploring Carbonmark project data, prices and activity.",
"main": "app.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion carbonmark-api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"noImplicitAny": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"baseUrl": "."
"baseUrl": ".",
"declaration": false
},
"include": ["src/**/*.ts", "scripts/**/*.ts"]
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10ee45e

Please sign in to comment.