svr-imp/tsconfig.spec.json

8 lines
135 B
JSON

{
"extends": "tsconfig.json",
"compilerOptions": {
"types": ["jest", "node"]
},
"include": ["**/*.spec.ts", "**/*.d.ts"]
}