federation/gateway/node_modules/apollo-env/tsconfig.json
2020-11-14 16:43:58 +01:00

9 lines
163 B
JSON

{
"extends": "../../tsconfig.base",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"types": ["node"]
},
"include": ["src/**/*"]
}