Skip to content

Commit

Permalink
tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Mar 3, 2023
1 parent 2f2989e commit ca8f02b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions examples/nestjs-apollo-federation-compatibility/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"module": "commonjs",
"target": "esnext",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
// "paths": {
// "@graphql-yoga/nestjs": ["../../src/index.ts"],
// "@graphql-yoga/nestjs/lib/federation": ["../../src/federation.ts"]
// }
},
"include": ["src"]
"include": ["./src"]
}

0 comments on commit ca8f02b

Please sign in to comment.