mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 17:51:40 -05:00
10 lines
173 B
JSON
10 lines
173 B
JSON
{
|
|
"extends": "./tsconfig.base",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": ["node", "jest"],
|
|
"paths": {
|
|
"__mocks__/*" : ["__mocks__/*"]
|
|
}
|
|
}
|
|
}
|