work-in-progress atproto PDS
typescript atproto pds atcute

chore: use TypeScript sources on the lexicon package unless it's for publishing

mary.my.id 200b7e36 7f31de26

verified
+9 -2
+9 -2
packages/lexicons/package.json
··· 12 "!lib/**/*.test.ts" 13 ], 14 "exports": { 15 - ".": "./dist/index.js", 16 - "./types/**/*": "./dist/lexicons/types/local/danaus/**/*" 17 }, 18 "scripts": { 19 "build": "tsc -b",
··· 12 "!lib/**/*.test.ts" 13 ], 14 "exports": { 15 + ".": "./lib/index.ts", 16 + "./types/*": "./lib/lexicons/types/local/danaus/*.ts" 17 + }, 18 + "publishConfig": { 19 + "access": "public", 20 + "exports": { 21 + ".": "./dist/index.js", 22 + "./types/*": "./dist/lexicons/types/local/danaus/*.js" 23 + } 24 }, 25 "scripts": { 26 "build": "tsc -b",