Testing implementation for private data in ATProto with ATPKeyserver and ATCute tools
at main 465 B view raw
1{ 2 "compilerOptions": { 3 /* Base configuration for monorepo */ 4 "target": "ES2021", 5 "module": "ES2022", 6 "moduleResolution": "node", 7 "resolveJsonModule": true, 8 "esModuleInterop": true, 9 "forceConsistentCasingInFileNames": true, 10 "verbatimModuleSyntax": true, 11 "strict": true, 12 "skipLibCheck": true, 13 "baseUrl": ".", 14 "paths": { 15 "@www/*": ["packages/client/app/*"], 16 "@api/*": ["packages/server/src/*"] 17 } 18 } 19}