mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 09:11:40 -05:00
12 lines
278 B
JSON
12 lines
278 B
JSON
{
|
|
"extends": "./tsconfig.base",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"lib": ["es2017", "esnext.asynciterable"],
|
|
"types": ["node", "jest", "apollo-server-env/dist/global"],
|
|
"paths": {
|
|
"__mocks__/*" : ["__mocks__/*"],
|
|
"*" : ["types/*"]
|
|
}
|
|
}
|
|
}
|