Skip to content

Commit ca8f02b

Browse files
committed
tsconfig
1 parent 2f2989e commit ca8f02b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
{
2-
"extends": "../../tsconfig.json",
32
"compilerOptions": {
3+
"outDir": "./dist",
44
"module": "commonjs",
55
"target": "esnext",
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": true,
99
"skipLibCheck": true
10-
// "paths": {
11-
// "@graphql-yoga/nestjs": ["../../src/index.ts"],
12-
// "@graphql-yoga/nestjs/lib/federation": ["../../src/federation.ts"]
13-
// }
1410
},
15-
"include": ["src"]
11+
"include": ["./src"]
1612
}

0 commit comments

Comments
 (0)