9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["jest", "node", "supertest"]
|
|
},
|
|
"include": ["./**/*.ts", "../src/**/*"]
|
|
}
|
|
|