22 lines
499 B
JSON
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"]
|
|
}
|