Import all tweets exported from X/Twitter to a Bluesky account.
1{
2 "compilerOptions": {
3 "target": "esnext",
4 "module": "NodeNext",
5 "moduleResolution": "nodenext",
6 "allowSyntheticDefaultImports": true,
7 "esModuleInterop": true,
8 "forceConsistentCasingInFileNames": true,
9 "strict": true,
10 "noImplicitAny": false,
11 "skipLibCheck": true,
12 "sourceMap": true,
13 },
14 "ts-node": {
15 "esm": true
16 }
17}