- @codewalk-district/shared exports AppRouter and entity types - Re-exports Initiative, Phase, Plan, Task, Agent, Message from schema - Types-only package with no runtime dependencies - TypeScript resolves directly (no build step needed)
14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"rootDir": "../..",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"]
|
|
}
|