2026-04-16 11:20:27 -07:00
|
|
|
{
|
|
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
2026-05-12 22:44:48 +00:00
|
|
|
"noEmit": true
|
2026-04-16 11:20:27 -07:00
|
|
|
},
|
|
|
|
|
"include": ["**/*.ts"],
|
|
|
|
|
"exclude": ["logs"],
|
|
|
|
|
"references": [{ "path": "../packages/core" }, { "path": "../packages/cli" }]
|
|
|
|
|
}
|