A zero-dependency AT Protocol Personal Data Server written in JavaScript
atproto
pds
1{
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "ES2022",
5 "moduleResolution": "bundler",
6 "checkJs": true,
7 "allowJs": true,
8 "noEmit": true,
9 "strict": true,
10 "skipLibCheck": true,
11 "useUnknownInCatchVariables": false,
12 "types": ["@cloudflare/workers-types"]
13 },
14 "include": ["src/**/*.js"],
15 "exclude": ["node_modules"]
16}