File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7
7
"umd:main" : " dist/index.js" ,
8
8
"module" : " dist/index.module.js" ,
9
9
"jsnext:main" : " dist/index.module.js" ,
10
+ "typings" : " src/index.d.ts" ,
11
+ "types" : " src/index.d.ts" ,
10
12
"exports" : {
11
13
"." : {
14
+ "types" : " ./src/index.d.ts" ,
12
15
"import" : " ./dist/index.mjs" ,
13
16
"browser" : " ./dist/index.module.js" ,
14
17
"require" : " ./dist/index.js"
15
18
},
16
19
"./jsx" : {
20
+ "types" : " ./jsx.d.ts" ,
17
21
"import" : " ./dist/jsx.mjs" ,
18
22
"browser" : " ./dist/jsx.module.js" ,
19
23
"require" : " ./dist/jsx.js"
91
95
},
92
96
"author" : " Jason Miller <jason@developit.ca>" ,
93
97
"license" : " MIT" ,
94
- "typings" : " src/index.d.ts" ,
95
98
"repository" : " developit/preact-render-to-string" ,
96
99
"bugs" : " https://github.com/developit/preact-render-to-string/issues" ,
97
100
"homepage" : " https://github.com/developit/preact-render-to-string" ,
You can’t perform that action at this time.
0 commit comments