this repo has no description
1{
2 "compilerOptions": {
3 "declaration": true,
4 "noImplicitAny": false,
5 "removeComments": true,
6 "noLib": false,
7 "emitDecoratorMetadata": true,
8 "experimentalDecorators": true,
9 "target": "es2020",
10 "sourceMap": true,
11 "module": "commonjs",
12 "jsx": "preserve",
13 "strict": true,
14 "strictPropertyInitialization": false,
15 "moduleResolution": "node",
16 "resolveJsonModule": true,
17 "allowSyntheticDefaultImports": true,
18 "esModuleInterop": true,
19 "lib": ["dom", "dom.iterable", "esnext", "webworker"],
20 "skipLibCheck": true,
21 "forceConsistentCasingInFileNames": true,
22 "isolatedModules": true,
23 "composite": true
24 },
25 "exclude": ["node_modules", "**/*/dist"],
26 "references": [
27 { "path": "./packages/pds/tsconfig.build.json" },
28 { "path": "./packages/bsky/tsconfig.build.json" },
29 { "path": "./packages/api/tsconfig.build.json" },
30 { "path": "./packages/aws/tsconfig.build.json" },
31 { "path": "./packages/common/tsconfig.build.json" },
32 { "path": "./packages/common-web/tsconfig.build.json" },
33 { "path": "./packages/crypto/tsconfig.build.json" },
34 { "path": "./packages/dev-env" },
35 { "path": "./packages/did-resolver/tsconfig.build.json" },
36 { "path": "./packages/identifier/tsconfig.build.json" },
37 { "path": "./packages/lexicon/tsconfig.build.json" },
38 { "path": "./packages/lex-cli/tsconfig.build.json" },
39 { "path": "./packages/nsid/tsconfig.build.json" },
40 { "path": "./packages/uri/tsconfig.build.json" },
41 { "path": "./packages/xrpc/tsconfig.build.json" },
42 { "path": "./packages/xrpc-server/tsconfig.build.json" }
43 ]
44}