23 lines
534 B
JSON
23 lines
534 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"composite": true,
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo"
|
|
},
|
|
"references": [
|
|
{ "path": "./packages/shared-types" },
|
|
{ "path": "./apps/server" },
|
|
{ "path": "./apps/frontend" }
|
|
],
|
|
"files": []
|
|
}
|