31 lines
551 B
JSON
31 lines
551 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": [],
|
|
"exclude": ["node_modules"],
|
|
"references": [
|
|
{
|
|
"path": "apps/web"
|
|
},
|
|
{
|
|
"path": "apps/mobile"
|
|
},
|
|
{
|
|
"path": "packages/core"
|
|
},
|
|
{
|
|
"path": "packages/api-client"
|
|
}
|
|
]
|
|
}
|