We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2989e commit ca8f02bCopy full SHA for ca8f02b
examples/nestjs-apollo-federation-compatibility/tsconfig.json
@@ -1,16 +1,12 @@
1
{
2
- "extends": "../../tsconfig.json",
3
"compilerOptions": {
+ "outDir": "./dist",
4
"module": "commonjs",
5
"target": "esnext",
6
"emitDecoratorMetadata": true,
7
"experimentalDecorators": true,
8
"allowSyntheticDefaultImports": true,
9
"skipLibCheck": true
10
- // "paths": {
11
- // "@graphql-yoga/nestjs": ["../../src/index.ts"],
12
- // "@graphql-yoga/nestjs/lib/federation": ["../../src/federation.ts"]
13
- // }
14
},
15
- "include": ["src"]
+ "include": ["./src"]
16
}
0 commit comments