UNPKG

294 BJSONView Raw
1{
2 "extends": "../../tsconfig.base",
3 "compilerOptions": {
4 "rootDir": "./src",
5 "outDir": "./dist"
6 },
7 "include": ["src/**/*"],
8 "exclude": ["**/__tests__", "**/__mocks__"],
9 "references": [
10 { "path": "../apollo-server-core" },
11 { "path": "../apollo-server-types" },
12 ]
13}