1
0
Fork 0
mirror of https://github.com/vale981/apollo-server synced 2025-03-21 10:16:39 -04:00
apollo-server/packages/graphql-server-hapi/tsconfig.json

12 lines
160 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
},
2016-06-12 22:28:36 -07:00
"exclude": [
"node_modules",
"dist"
]
}