codex-factory/tsconfig.test.json
2022-04-29 15:51:09 +02:00

12 lines
146 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"src",
"test",
"jest.config.ts"
],
"compilerOptions": {
"noEmit": true
}
}