mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 13:03:07 +00:00
12 lines
146 B
JSON
12 lines
146 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"include": [
|
||
|
|
"src",
|
||
|
|
"test",
|
||
|
|
"jest.config.ts"
|
||
|
|
],
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": true
|
||
|
|
}
|
||
|
|
}
|