pp-mono/tsconfig.json
2026-03-13 16:15:19 +01:00

22 lines
499 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true
},
"references": [
{ "path": "packages/shared" },
{ "path": "apps/server" },
{ "path": "apps/web" }
],
"exclude": ["node_modules", "dist"]
}