Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DgBEW6qAwgn2fcQbA2f4ZQ
9 lines
147 B
JSON
9 lines
147 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist-server",
|
|
"noEmit": false
|
|
},
|
|
"include": ["shared", "server"]
|
|
}
|