mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 13:03:07 +00:00
10 lines
146 B
JSON
10 lines
146 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"references": [
|
|
{"path": "../../codex-factory-new"}
|
|
]
|
|
}
|