1
0
Fork 0
mirror of https://github.com/vale981/apollo-server synced 2025-11-06 09:21:38 -05:00
apollo-server/packages/graphql-server-hapi/tsconfig.json

11 lines
160 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
},
"exclude": [
"node_modules",
"dist"
]
}