-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
30 lines (30 loc) · 1.06 KB
/
Copy pathtsconfig.json
File metadata and controls
30 lines (30 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"strictPropertyInitialization": false,
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"outDir": "dist",
"baseUrl": ".",
"rootDir": ".",
"paths": {
"@cmmv/blog": ["packages/plugin"],
"@cmmv/access-control": ["packages/access-control"],
"@cmmv/rss-aggregation": ["packages/rss-aggregation"],
"@cmmv/ai-content": ["packages/ai-content"],
"@cmmv/yt-aggregation": ["packages/yt-aggregation"],
"@cmmv/affiliate": ["packages/affiliate"],
"@cmmv/odds": ["packages/odds"],
"@cmmv/odds/*": ["packages/odds/*"],
"@cmmv/newsletter": ["packages/newsletter"],
"@cmmv/newsletter/*": ["packages/newsletter/*"]
}
},
"include": ["**/*.ts"],
"exclude": ["dist", "node_modules"]
}