File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 " config.json" ,
1111 " types.d.ts"
1212 ],
13+ "exports" : {
14+ "." : " ./lib/index.mjs" ,
15+ "./config.json" : " ./config.json" ,
16+ "./locales/*.json" : " ./locales/*.json" ,
17+ "./types" : {
18+ "types" : " ./types.d.ts" ,
19+ "default" : " ./types.d.ts"
20+ }
21+ },
1322 "scripts" : {
1423 "build" : " tsc --declaration --emitDeclarationOnly" ,
1524 "lint:js" : " eslint \" **/*.{js,mjs,ts}\" "
Original file line number Diff line number Diff line change 99 " types.ts" ,
1010 " stylelint"
1111 ],
12+ "exports" : {
13+ "./Common/*" : " ./Common/*" ,
14+ "./Common/*/*" : " ./Common/*/*" ,
15+ "./Containers/*" : " ./Containers/*" ,
16+ "./Containers/*/*" : " ./Containers/*/*" ,
17+ "./Icons/*" : " ./Icons/*" ,
18+ "./Icons/*/*" : " ./Icons/*/*" ,
19+ "./styles/*" : " ./styles/*" ,
20+ "./types" : " ./types.ts" ,
21+ "./stylelint/*" : " ./stylelint/*"
22+ },
1223 "scripts" : {
1324 "build" : " tsc --declaration --emitDeclarationOnly" ,
1425 "check-types" : " tsc --noEmit" ,
You can’t perform that action at this time.
0 commit comments