Skip to content

Commit

Permalink
Typings are actually in the src folder as TS files
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Jul 24, 2024
1 parent a9abcef commit d666e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A pure JS library for interacting with geospatial services.",
"main": "./dist/dist-node.js",
"browser": "./dist/index.js",
"typings": "./dist/index.d.ts",
"typings": "./src/index.ts",
"repository": "https://github.com/camptocamp/ogc-client",
"homepage": "https://github.com/camptocamp/ogc-client",
"files": [
Expand Down

0 comments on commit d666e2d

Please sign in to comment.