Skip to content

Commit bc1fde9

Browse files
authored
Point to correct location for TypeScript definitions
1 parent 26bfa07 commit bc1fde9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

template/clients/js/clients/js/package.json.njk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "0.0.0",
44
"description": "JavaScript client for the {{ programName | titleCase }} program",
55
"sideEffects": false,
6-
"module": "dist/src/index.mjs",
7-
"main": "dist/src/index.js",
8-
"types": "dist/types/index.d.ts",
6+
"module": "./dist/src/index.mjs",
7+
"main": "./dist/src/index.js",
8+
"types": "./dist/types/src/index.d.ts",
99
"exports": {
1010
".": {
11-
"types": "./dist/src/index.d.ts",
11+
"types": "./dist/types/src/index.d.ts",
1212
"import": "./dist/src/index.mjs",
1313
"require": "./dist/src/index.js"
1414
}

0 commit comments

Comments
 (0)