apollo-server/tsconfig.test.base.json

11 lines
173 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.base",
"compilerOptions": {
"noEmit": true,
"types": ["node", "jest"],
"paths": {
"__mocks__/*" : ["__mocks__/*"]
}
}
}