my fork of the bluesky client
at main 240 B view raw
1{ 2 "compilerOptions": { 3 "module": "NodeNext", 4 "esModuleInterop": true, 5 "moduleResolution": "NodeNext", 6 "outDir": "dist", 7 "lib": ["ES2021.String"] 8 }, 9 "include": ["./src/index.ts", "./src/bin.ts"] 10 }