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