unoffical wafrn mirror
wafrn.net
atproto
social-network
activitypub
1{
2 "compilerOptions": {
3 "target": "ESNext",
4 "lib": [
5 "ESNext"
6 ],
7 "module": "NodeNext",
8 "rootDir": "./",
9 "outDir": "./build",
10 "esModuleInterop": true,
11 "strict": true,
12 "typeRoots": [
13 "./types"
14 ],
15 "experimentalDecorators": true,
16 "emitDecoratorMetadata": true,
17 "isolatedModules": true,
18 "moduleResolution": "NodeNext",
19 "skipLibCheck": true,
20 },
21 "exclude": [
22 "*.example.ts"
23 ]
24}