codex-factory/tsconfig.test.json

12 lines
146 B
JSON
Raw Normal View History

2022-04-29 15:51:09 +02:00
{
"extends": "./tsconfig.json",
"include": [
"src",
"test",
"jest.config.ts"
],
"compilerOptions": {
"noEmit": true
}
}