tsconfig.jsonā¢591 B
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"allowJs": true,
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"files": [],
"include": [],
"references": [
{ "path": "./packages/shared" },
{ "path": "./apps/api-server" },
{ "path": "./apps/downloader" },
{ "path": "./apps/local-server" }
]
}